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-01T05:09:39+0000 | MainThread | 140630880243016 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-01T05:09:39+0000 | MainThread | 140630880243016 | 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-01T05:09:39+0000 | MainThread | 140630880243016 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-01T05:09:39+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:09:39+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e018b9e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e018f18-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:09:39+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-01T05:09:39+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e073d82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e073f94-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:09:39+0000 | MainThread | 140630880243016 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-01T05:09:39+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e018b9e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e018f18-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:09:39+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e018b9e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e018f18-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:09:39+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e073d82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e073f94-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:09:39+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e073d82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e073f94-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:09:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e073d82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e073f94-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:09:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a3176e0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8a317a5a-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:09:59+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a3176e0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8a317a5a-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:09:59+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a3176e0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8a317a5a-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:04+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e018b9e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=7e018f18-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:10:04+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d293fc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8d2941d4-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:10:04+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d293fc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8d2941d4-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:04+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d293fc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8d2941d4-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a3176e0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8a317a5a-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:10:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96251b82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=96251de4-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:10:19+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96251b82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=96251de4-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:19+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96251b82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=96251de4-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:29+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d293fc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=8d2941d4-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:10:29+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c14b93a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=9c14bbd8-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:10:29+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c14b93a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=9c14bbd8-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:29+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c14b93a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=9c14bbd8-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:39+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96251b82-8992-11ed-977a-82cfefb0e1c8 | InvocationID=96251de4-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:10:39+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a217726e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=a21774f8-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:10:39+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a217726e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=a21774f8-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:39+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a217726e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=a21774f8-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:54+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c14b93a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=9c14bbd8-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:10:54+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab05eb8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ab05ee00-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:10:54+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab05eb8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ab05ee00-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:54+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab05eb8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ab05ee00-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:10:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a217726e-8992-11ed-977a-82cfefb0e1c8 | InvocationID=a21774f8-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:10:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae08df9a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ae08e256-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:10:59+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae08df9a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ae08e256-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:10:59+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae08df9a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ae08e256-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:19+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab05eb8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ab05ee00-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:11:19+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9f328e2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9f32ba8-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:11:19+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9f328e2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9f32ba8-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:11:19+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9f328e2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9f32ba8-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:11:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae08df9a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ae08e256-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:11:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fac5d4-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9fac7be-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:11:19+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fac5d4-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9fac7be-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:19+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9fac5d4-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9fac7be-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:39+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9fac5d4-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9fac7be-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:11:39+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ebe3dc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c5ebe5da-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:11:39+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ebe3dc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c5ebe5da-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:39+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5ebe3dc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c5ebe5da-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:44+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9f328e2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=b9f32ba8-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:11:44+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e05ee2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c8e062b6-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:11:44+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e05ee2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c8e062b6-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:11:44+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8e05ee2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c8e062b6-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:11:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5ebe3dc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c5ebe5da-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:11:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ddc804-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d1ddca2a-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:11:59+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ddc804-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d1ddca2a-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:11:59+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ddc804-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d1ddca2a-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:09+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8e05ee2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=c8e062b6-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:12:09+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ccecc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d7ccf014-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:12:09+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ccecc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d7ccf014-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:09+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ccecc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d7ccf014-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ddc804-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d1ddca2a-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:12:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddcf7acc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ddcf80d0-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:12:19+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddcf7acc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ddcf80d0-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:19+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddcf7acc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ddcf80d0-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:34+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ccecc2-8992-11ed-977a-82cfefb0e1c8 | InvocationID=d7ccf014-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:12:34+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ba62a0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e6ba662e-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:12:34+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ba62a0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e6ba662e-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:34+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6ba62a0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e6ba662e-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:39+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddcf7acc-8992-11ed-977a-82cfefb0e1c8 | InvocationID=ddcf80d0-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:12:39+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c19518-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e9c19770-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:12:39+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c19518-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e9c19770-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:39+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c19518-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e9c19770-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:59+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6ba62a0-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e6ba662e-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:12:59+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a87e3c-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5a88404-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:12:59+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a87e3c-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5a88404-8992-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:59+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a87e3c-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5a88404-8992-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:12:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c19518-8992-11ed-977a-82cfefb0e1c8 | InvocationID=e9c19770-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:12:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b6ae8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5b6b11e-8992-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:12:59+0000 | aai_event_thread | 140630829505312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b6ae8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5b6b11e-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:12:59+0000 | aai_event_thread | 140630829505312 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b6ae8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5b6b11e-8992-11ed-977a-82cfefb0e1c8 | 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-01T05:13:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b6ae8a-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5b6b11e-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:13:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a88e98-8993-11ed-977a-82cfefb0e1c8 | InvocationID=01a89140-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:13:24+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a87e3c-8992-11ed-977a-82cfefb0e1c8 | InvocationID=f5a88404-8992-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:13:24+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049694e2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=0496978a-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:13:24+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049694e2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=0496978a-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:13:24+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049694e2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=0496978a-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:13:44+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a88e98-8993-11ed-977a-82cfefb0e1c8 | InvocationID=01a89140-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:13:44+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1026903c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=10269258-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:13:49+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049694e2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=0496978a-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:13:49+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=138378d0-8993-11ed-977a-82cfefb0e1c8 | InvocationID=13837ace-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:13:49+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=138378d0-8993-11ed-977a-82cfefb0e1c8 | InvocationID=13837ace-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:13:49+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=138378d0-8993-11ed-977a-82cfefb0e1c8 | InvocationID=13837ace-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:14:04+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1026903c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=10269258-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:14:04+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1eb7f2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=1c1eba90-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:14:14+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=138378d0-8993-11ed-977a-82cfefb0e1c8 | InvocationID=13837ace-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:14:14+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2272c152-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2272cd6e-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:14:14+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2272c152-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2272cd6e-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:14:14+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2272c152-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2272cd6e-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:14:24+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c1eb7f2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=1c1eba90-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:14:24+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2814a620-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2814a8d2-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:14:39+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2272c152-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2272cd6e-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:14:39+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3160b1f6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=3160b3f4-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:14:40+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3160b1f6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=3160b3f4-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:14:40+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3160b1f6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=3160b3f4-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:14:44+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2814a620-8993-11ed-977a-82cfefb0e1c8 | InvocationID=2814a8d2-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:14:44+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=341c3c26-8993-11ed-977a-82cfefb0e1c8 | InvocationID=341c3ee2-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:15:05+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3160b1f6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=3160b3f4-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:15:05+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404d440e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=404d4f44-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:15:05+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404d440e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=404d4f44-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:15:05+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404d440e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=404d4f44-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:15:05+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=341c3c26-8993-11ed-977a-82cfefb0e1c8 | InvocationID=341c3ee2-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:15:05+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4061ba42-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4061c76c-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:15:29+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4061ba42-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4061c76c-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:15:29+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f24279a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f242a24-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:15:30+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404d440e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=404d4f44-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:15:30+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f399f3a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f39a1e2-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:15:30+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f399f3a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f39a1e2-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:15:30+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f399f3a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f39a1e2-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:15:54+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f24279a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f242a24-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:15:54+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5defbad2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5defc09a-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:15:55+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f399f3a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=4f39a1e2-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:15:55+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2a09e4-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5e2a0be2-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:15:55+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2a09e4-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5e2a0be2-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:15:55+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2a09e4-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5e2a0be2-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:16:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5defbad2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5defc09a-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:16:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb3f8a8-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6cb3fd4e-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:16:20+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2a09e4-8993-11ed-977a-82cfefb0e1c8 | InvocationID=5e2a0be2-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:16:20+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d18224c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6d1825a8-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:16:20+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d18224c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6d1825a8-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:16:20+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d18224c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6d1825a8-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:16:44+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cb3f8a8-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6cb3fd4e-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:16:44+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b78670c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7b786b26-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:16:45+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d18224c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=6d1825a8-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:16:45+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c044e0c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7c045032-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:16:45+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c044e0c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7c045032-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:16:45+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c044e0c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7c045032-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:17:09+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b78670c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7b786b26-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:17:09+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a3ce812-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8a3ceb0a-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:17:10+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c044e0c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=7c045032-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:17:10+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aefeb6a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8aefedcc-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:17:10+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aefeb6a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8aefedcc-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:17:10+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aefeb6a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8aefedcc-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:17:33+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a3ce812-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8a3ceb0a-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:17:33+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98fe51ce-8993-11ed-977a-82cfefb0e1c8 | InvocationID=98fe53e0-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:17:35+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aefeb6a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=8aefedcc-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:17:35+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dd214c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=99dd23ae-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:17:35+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dd214c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=99dd23ae-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:17:35+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dd214c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=99dd23ae-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:17:58+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98fe51ce-8993-11ed-977a-82cfefb0e1c8 | InvocationID=98fe53e0-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:17:58+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c1c6d2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a7c1c9a2-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:18:00+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dd214c-8993-11ed-977a-82cfefb0e1c8 | InvocationID=99dd23ae-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:18:00+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c94622-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a8c948ca-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:18:00+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c94622-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a8c948ca-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:18:00+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c94622-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a8c948ca-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:18:23+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7c1c6d2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a7c1c9a2-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:18:23+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b684b9ae-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b684beae-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:18:25+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c94622-8993-11ed-977a-82cfefb0e1c8 | InvocationID=a8c948ca-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:18:25+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b5365a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b7b5383a-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:18:25+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b5365a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b7b5383a-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:18:25+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b5365a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b7b5383a-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:18:48+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b684b9ae-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b684beae-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:18:48+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c548aac2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c548ad1a-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:18:50+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b5365a-8993-11ed-977a-82cfefb0e1c8 | InvocationID=b7b5383a-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:18:50+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6a3d7b6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c6a3da54-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:18:50+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6a3d7b6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c6a3da54-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:18:50+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6a3d7b6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c6a3da54-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:19:12+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c548aac2-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c548ad1a-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:19:12+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d40b948e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d40b96dc-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:19:15+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6a3d7b6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=c6a3da54-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:19:15+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d590ac86-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d590ae66-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:19:15+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d590ac86-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d590ae66-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:19:15+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d590ac86-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d590ae66-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:19:37+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d40b948e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d40b96dc-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:19:37+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2cf498e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e2cf4bb4-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:19:40+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d590ac86-8993-11ed-977a-82cfefb0e1c8 | InvocationID=d590ae66-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:19:40+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e47c3b02-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e47c4750-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:19:40+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e47c3b02-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e47c4750-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:19:40+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e47c3b02-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e47c4750-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:02+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2cf498e-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e2cf4bb4-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:20:02+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1918cb6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f1918ebe-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:20:05+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e47c3b02-8993-11ed-977a-82cfefb0e1c8 | InvocationID=e47c4750-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:20:05+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f36fa978-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f36fabda-8993-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:20:05+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f36fa978-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f36fabda-8993-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:05+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f36fa978-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f36fabda-8993-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:27+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1918cb6-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f1918ebe-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:20:27+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00573a2a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=00573c32-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:20:30+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f36fa978-8993-11ed-977a-82cfefb0e1c8 | InvocationID=f36fabda-8993-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:20:30+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=025c9edc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=025ca166-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:20:30+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=025c9edc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=025ca166-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:30+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=025c9edc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=025ca166-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:52+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00573a2a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=00573c32-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:20:52+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1ecda2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=0f1ecfd2-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:20:55+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=025c9edc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=025ca166-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:20:55+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11492fbe-8994-11ed-977a-82cfefb0e1c8 | InvocationID=114932e8-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:20:55+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11492fbe-8994-11ed-977a-82cfefb0e1c8 | InvocationID=114932e8-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:20:55+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11492fbe-8994-11ed-977a-82cfefb0e1c8 | InvocationID=114932e8-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:21:16+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f1ecda2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=0f1ecfd2-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:21:16+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de106ac-8994-11ed-977a-82cfefb0e1c8 | InvocationID=1de10d00-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:21:20+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11492fbe-8994-11ed-977a-82cfefb0e1c8 | InvocationID=114932e8-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:21:20+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203541ca-8994-11ed-977a-82cfefb0e1c8 | InvocationID=20354738-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:21:20+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203541ca-8994-11ed-977a-82cfefb0e1c8 | InvocationID=20354738-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:21:20+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=203541ca-8994-11ed-977a-82cfefb0e1c8 | InvocationID=20354738-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:21:41+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1de106ac-8994-11ed-977a-82cfefb0e1c8 | InvocationID=1de10d00-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:21:41+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca2eb56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2ca2f01a-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:21:45+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=203541ca-8994-11ed-977a-82cfefb0e1c8 | InvocationID=20354738-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:21:45+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f215b56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2f215d68-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:21:45+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f215b56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2f215d68-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:21:45+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f215b56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2f215d68-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:22:06+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ca2eb56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2ca2f01a-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:22:06+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6bb9e2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3b6bbd52-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:22:10+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f215b56-8994-11ed-977a-82cfefb0e1c8 | InvocationID=2f215d68-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:22:10+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0d32a2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3e0d3752-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:22:10+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0d32a2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3e0d3752-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:22:10+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0d32a2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3e0d3752-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:22:31+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6bb9e2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3b6bbd52-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:22:31+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3055dc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4a30587a-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:22:35+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0d32a2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=3e0d3752-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:22:35+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfa295a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4cfa31b6-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:22:35+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cfa295a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4cfa31b6-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:22:35+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cfa295a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4cfa31b6-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:22:55+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a3055dc-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4a30587a-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:22:55+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f6261e-8994-11ed-977a-82cfefb0e1c8 | InvocationID=58f629ca-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:23:00+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cfa295a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=4cfa31b6-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:23:00+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5be66136-8994-11ed-977a-82cfefb0e1c8 | InvocationID=5be66ba4-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:23:00+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5be66136-8994-11ed-977a-82cfefb0e1c8 | InvocationID=5be66ba4-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:23:00+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5be66136-8994-11ed-977a-82cfefb0e1c8 | InvocationID=5be66ba4-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:23:20+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58f6261e-8994-11ed-977a-82cfefb0e1c8 | InvocationID=58f629ca-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:23:20+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b8dcaa-8994-11ed-977a-82cfefb0e1c8 | InvocationID=67b8e22c-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:23:25+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5be66136-8994-11ed-977a-82cfefb0e1c8 | InvocationID=5be66ba4-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:23:25+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad25844-8994-11ed-977a-82cfefb0e1c8 | InvocationID=6ad25a7e-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:23:25+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad25844-8994-11ed-977a-82cfefb0e1c8 | InvocationID=6ad25a7e-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:23:25+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ad25844-8994-11ed-977a-82cfefb0e1c8 | InvocationID=6ad25a7e-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:23:45+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67b8dcaa-8994-11ed-977a-82cfefb0e1c8 | InvocationID=67b8e22c-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:23:45+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=767f1114-8994-11ed-977a-82cfefb0e1c8 | InvocationID=767f152e-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:23:50+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ad25844-8994-11ed-977a-82cfefb0e1c8 | InvocationID=6ad25a7e-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:23:50+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79bfa992-8994-11ed-977a-82cfefb0e1c8 | InvocationID=79bfac30-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:23:50+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79bfa992-8994-11ed-977a-82cfefb0e1c8 | InvocationID=79bfac30-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:23:50+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79bfa992-8994-11ed-977a-82cfefb0e1c8 | InvocationID=79bfac30-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:24:10+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=767f1114-8994-11ed-977a-82cfefb0e1c8 | InvocationID=767f152e-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:24:10+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854739e2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=85473c8a-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:24:15+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79bfa992-8994-11ed-977a-82cfefb0e1c8 | InvocationID=79bfac30-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:24:15+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88ae3d10-8994-11ed-977a-82cfefb0e1c8 | InvocationID=88ae3fcc-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:24:15+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88ae3d10-8994-11ed-977a-82cfefb0e1c8 | InvocationID=88ae3fcc-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:24:15+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88ae3d10-8994-11ed-977a-82cfefb0e1c8 | InvocationID=88ae3fcc-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:24:35+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854739e2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=85473c8a-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:24:35+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=940a86c8-8994-11ed-977a-82cfefb0e1c8 | InvocationID=940a8e2a-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:24:40+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88ae3d10-8994-11ed-977a-82cfefb0e1c8 | InvocationID=88ae3fcc-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:24:40+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979a3586-8994-11ed-977a-82cfefb0e1c8 | InvocationID=979a3860-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:24:41+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979a3586-8994-11ed-977a-82cfefb0e1c8 | InvocationID=979a3860-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:24:41+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=979a3586-8994-11ed-977a-82cfefb0e1c8 | InvocationID=979a3860-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:24:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=940a86c8-8994-11ed-977a-82cfefb0e1c8 | InvocationID=940a8e2a-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:24:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d21342-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a2d21586-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:25:06+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=979a3586-8994-11ed-977a-82cfefb0e1c8 | InvocationID=979a3860-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:25:06+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a687b082-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a687b6d6-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:25:06+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a687b082-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a687b6d6-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:25:06+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a687b082-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a687b6d6-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:25:24+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2d21342-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a2d21586-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:25:24+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b196ed12-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b196efb0-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:25:31+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a687b082-8994-11ed-977a-82cfefb0e1c8 | InvocationID=a687b6d6-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:25:31+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5798692-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b57988ea-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:25:31+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5798692-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b57988ea-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:25:31+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5798692-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b57988ea-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:25:49+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b196ed12-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b196efb0-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:25:49+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0582c26-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c058307c-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:25:56+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5798692-8994-11ed-977a-82cfefb0e1c8 | InvocationID=b57988ea-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:25:56+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4679c70-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c4679fea-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:25:56+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4679c70-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c4679fea-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:25:56+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4679c70-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c4679fea-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:26:14+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0582c26-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c058307c-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:26:14+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf22cbd0-8994-11ed-977a-82cfefb0e1c8 | InvocationID=cf22cf22-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:26:21+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4679c70-8994-11ed-977a-82cfefb0e1c8 | InvocationID=c4679fea-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:26:21+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3549f3a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=d354a188-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:26:21+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3549f3a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=d354a188-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:26:21+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3549f3a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=d354a188-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:26:38+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf22cbd0-8994-11ed-977a-82cfefb0e1c8 | InvocationID=cf22cf22-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:26:38+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dde6d4c2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=dde6d7a6-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:26:46+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3549f3a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=d354a188-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:26:46+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2442470-8994-11ed-977a-82cfefb0e1c8 | InvocationID=e244277c-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:26:46+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2442470-8994-11ed-977a-82cfefb0e1c8 | InvocationID=e244277c-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:26:46+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2442470-8994-11ed-977a-82cfefb0e1c8 | InvocationID=e244277c-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:27:03+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dde6d4c2-8994-11ed-977a-82cfefb0e1c8 | InvocationID=dde6d7a6-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:27:03+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecae5e58-8994-11ed-977a-82cfefb0e1c8 | InvocationID=ecae613c-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:27:11+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2442470-8994-11ed-977a-82cfefb0e1c8 | InvocationID=e244277c-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:27:11+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f132452a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=f1324728-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:27:11+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f132452a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=f1324728-8994-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:27:11+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f132452a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=f1324728-8994-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:27:28+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecae5e58-8994-11ed-977a-82cfefb0e1c8 | InvocationID=ecae613c-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:27:28+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7358d0-8994-11ed-977a-82cfefb0e1c8 | InvocationID=fb735ba0-8994-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:27:36+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f132452a-8994-11ed-977a-82cfefb0e1c8 | InvocationID=f1324728-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:27:36+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001ef920-8995-11ed-977a-82cfefb0e1c8 | InvocationID=001efb32-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:27:36+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=001ef920-8995-11ed-977a-82cfefb0e1c8 | InvocationID=001efb32-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:27:36+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=001ef920-8995-11ed-977a-82cfefb0e1c8 | InvocationID=001efb32-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:27:53+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb7358d0-8994-11ed-977a-82cfefb0e1c8 | InvocationID=fb735ba0-8994-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:27:53+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a3cd508-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0a3cd7d8-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:28:01+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=001ef920-8995-11ed-977a-82cfefb0e1c8 | InvocationID=001efb32-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:28:01+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0eb9ca-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0f0ebc68-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:28:01+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0eb9ca-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0f0ebc68-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:28:01+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0eb9ca-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0f0ebc68-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:28:18+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a3cd508-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0a3cd7d8-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:28:18+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ffbfb0-8995-11ed-977a-82cfefb0e1c8 | InvocationID=18ffc1cc-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:28:26+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0eb9ca-8995-11ed-977a-82cfefb0e1c8 | InvocationID=0f0ebc68-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:28:26+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff40f8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=1dff43f0-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:28:26+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff40f8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=1dff43f0-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:28:26+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff40f8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=1dff43f0-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:28:42+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18ffbfb0-8995-11ed-977a-82cfefb0e1c8 | InvocationID=18ffc1cc-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:28:42+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c2f8f0-8995-11ed-977a-82cfefb0e1c8 | InvocationID=27c308fe-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:28:51+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff40f8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=1dff43f0-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:28:51+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cedbab8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=2cedbf86-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:28:51+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cedbab8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=2cedbf86-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:28:51+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cedbab8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=2cedbf86-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:29:07+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27c2f8f0-8995-11ed-977a-82cfefb0e1c8 | InvocationID=27c308fe-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:29:07+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36849542-8995-11ed-977a-82cfefb0e1c8 | InvocationID=36849786-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:29:16+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cedbab8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=2cedbf86-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:29:16+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bdb3d84-8995-11ed-977a-82cfefb0e1c8 | InvocationID=3bdb3f82-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:29:16+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bdb3d84-8995-11ed-977a-82cfefb0e1c8 | InvocationID=3bdb3f82-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:29:16+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bdb3d84-8995-11ed-977a-82cfefb0e1c8 | InvocationID=3bdb3f82-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:29:32+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36849542-8995-11ed-977a-82cfefb0e1c8 | InvocationID=36849786-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:29:32+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4547204a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=454723a6-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:29:41+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bdb3d84-8995-11ed-977a-82cfefb0e1c8 | InvocationID=3bdb3f82-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:29:41+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac6cb6a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=4ac6cdae-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:29:41+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac6cb6a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=4ac6cdae-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:29:41+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac6cb6a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=4ac6cdae-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:29:57+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4547204a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=454723a6-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:29:57+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540a732a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=540a776c-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:30:06+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac6cb6a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=4ac6cdae-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:30:06+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b5f52e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=59b6029e-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:30:06+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b5f52e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=59b6029e-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:30:06+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59b5f52e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=59b6029e-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:30:21+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=540a732a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=540a776c-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:30:21+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62cbec0e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=62cbf122-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:30:31+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59b5f52e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=59b6029e-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:30:31+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a23214-8995-11ed-977a-82cfefb0e1c8 | InvocationID=68a241dc-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:30:31+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a23214-8995-11ed-977a-82cfefb0e1c8 | InvocationID=68a241dc-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:30:31+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a23214-8995-11ed-977a-82cfefb0e1c8 | InvocationID=68a241dc-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:30:46+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62cbec0e-8995-11ed-977a-82cfefb0e1c8 | InvocationID=62cbf122-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:30:46+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718ffb72-8995-11ed-977a-82cfefb0e1c8 | InvocationID=718fff96-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:30:56+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a23214-8995-11ed-977a-82cfefb0e1c8 | InvocationID=68a241dc-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:30:56+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77901660-8995-11ed-977a-82cfefb0e1c8 | InvocationID=779019bc-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:30:56+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77901660-8995-11ed-977a-82cfefb0e1c8 | InvocationID=779019bc-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:30:56+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77901660-8995-11ed-977a-82cfefb0e1c8 | InvocationID=779019bc-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:31:11+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=718ffb72-8995-11ed-977a-82cfefb0e1c8 | InvocationID=718fff96-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:31:11+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=805301b8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=8053050a-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:31:21+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77901660-8995-11ed-977a-82cfefb0e1c8 | InvocationID=779019bc-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:31:21+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=867c0c60-8995-11ed-977a-82cfefb0e1c8 | InvocationID=867c0fa8-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:31:21+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=867c0c60-8995-11ed-977a-82cfefb0e1c8 | InvocationID=867c0fa8-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:31:21+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=867c0c60-8995-11ed-977a-82cfefb0e1c8 | InvocationID=867c0fa8-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:31:36+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=805301b8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=8053050a-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:31:36+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f18662a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=8f1868be-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:31:46+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=867c0c60-8995-11ed-977a-82cfefb0e1c8 | InvocationID=867c0fa8-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:31:46+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=956a3aa8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=956a3d5a-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:31:46+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=956a3aa8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=956a3d5a-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:31:46+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=956a3aa8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=956a3d5a-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:32:00+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f18662a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=8f1868be-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:32:00+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dda04b6-8995-11ed-977a-82cfefb0e1c8 | InvocationID=9dda0790-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:32:11+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=956a3aa8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=956a3d5a-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:32:11+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a458a248-8995-11ed-977a-82cfefb0e1c8 | InvocationID=a458a5e0-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:32:11+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a458a248-8995-11ed-977a-82cfefb0e1c8 | InvocationID=a458a5e0-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:32:11+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a458a248-8995-11ed-977a-82cfefb0e1c8 | InvocationID=a458a5e0-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:32:25+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dda04b6-8995-11ed-977a-82cfefb0e1c8 | InvocationID=9dda0790-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:32:25+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9fc896-8995-11ed-977a-82cfefb0e1c8 | InvocationID=ac9fcaa8-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:32:36+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a458a248-8995-11ed-977a-82cfefb0e1c8 | InvocationID=a458a5e0-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:32:36+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b344d164-8995-11ed-977a-82cfefb0e1c8 | InvocationID=b344d3ee-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:32:36+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b344d164-8995-11ed-977a-82cfefb0e1c8 | InvocationID=b344d3ee-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:32:36+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b344d164-8995-11ed-977a-82cfefb0e1c8 | InvocationID=b344d3ee-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:32:50+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac9fc896-8995-11ed-977a-82cfefb0e1c8 | InvocationID=ac9fcaa8-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:32:50+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb630eba-8995-11ed-977a-82cfefb0e1c8 | InvocationID=bb6310fe-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:33:01+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b344d164-8995-11ed-977a-82cfefb0e1c8 | InvocationID=b344d3ee-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:33:01+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2308c86-8995-11ed-977a-82cfefb0e1c8 | InvocationID=c2308e70-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:33:01+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2308c86-8995-11ed-977a-82cfefb0e1c8 | InvocationID=c2308e70-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:33:01+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2308c86-8995-11ed-977a-82cfefb0e1c8 | InvocationID=c2308e70-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:33:15+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb630eba-8995-11ed-977a-82cfefb0e1c8 | InvocationID=bb6310fe-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:33:15+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca25d982-8995-11ed-977a-82cfefb0e1c8 | InvocationID=ca25dba8-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:33:26+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2308c86-8995-11ed-977a-82cfefb0e1c8 | InvocationID=c2308e70-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:33:26+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11ca4aa-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d11ca752-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:33:27+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d11ca4aa-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d11ca752-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:33:27+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d11ca4aa-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d11ca752-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:33:40+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca25d982-8995-11ed-977a-82cfefb0e1c8 | InvocationID=ca25dba8-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:33:40+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e7c70a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d8e7c91c-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:33:52+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d11ca4aa-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d11ca752-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:33:52+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e00e2646-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e00e2934-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:33:52+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e00e2646-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e00e2934-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:33:52+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e00e2646-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e00e2934-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:34:04+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8e7c70a-8995-11ed-977a-82cfefb0e1c8 | InvocationID=d8e7c91c-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:34:04+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7aa9d08-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e7aa9fec-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:34:17+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e00e2646-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e00e2934-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:34:17+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eefc8f94-8995-11ed-977a-82cfefb0e1c8 | InvocationID=eefc9188-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:34:17+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eefc8f94-8995-11ed-977a-82cfefb0e1c8 | InvocationID=eefc9188-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:34:17+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eefc8f94-8995-11ed-977a-82cfefb0e1c8 | InvocationID=eefc9188-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:34:29+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7aa9d08-8995-11ed-977a-82cfefb0e1c8 | InvocationID=e7aa9fec-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:34:29+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66bddf2-8995-11ed-977a-82cfefb0e1c8 | InvocationID=f66be09a-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:34:42+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eefc8f94-8995-11ed-977a-82cfefb0e1c8 | InvocationID=eefc9188-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:34:42+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde878d8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=fde87b58-8995-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:34:42+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde878d8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=fde87b58-8995-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:34:42+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fde878d8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=fde87b58-8995-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:34:54+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66bddf2-8995-11ed-977a-82cfefb0e1c8 | InvocationID=f66be09a-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:34:54+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052d92e0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=052d94de-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:35:07+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fde878d8-8995-11ed-977a-82cfefb0e1c8 | InvocationID=fde87b58-8995-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:35:07+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd7dbd6-8996-11ed-977a-82cfefb0e1c8 | InvocationID=0cd7dfc8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:35:07+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd7dbd6-8996-11ed-977a-82cfefb0e1c8 | InvocationID=0cd7dfc8-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:35:07+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd7dbd6-8996-11ed-977a-82cfefb0e1c8 | InvocationID=0cd7dfc8-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:35:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=052d92e0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=052d94de-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:35:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13eee2f2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=13eee55e-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:35:32+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd7dbd6-8996-11ed-977a-82cfefb0e1c8 | InvocationID=0cd7dfc8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:35:32+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc39ed2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=1bc3b304-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:35:32+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc39ed2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=1bc3b304-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:35:32+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc39ed2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=1bc3b304-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:35:43+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13eee2f2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=13eee55e-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:35:43+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b3db9e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=22b3ddba-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:35:57+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc39ed2-8996-11ed-977a-82cfefb0e1c8 | InvocationID=1bc3b304-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:35:57+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aafd122-8996-11ed-977a-82cfefb0e1c8 | InvocationID=2aafd410-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:35:57+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aafd122-8996-11ed-977a-82cfefb0e1c8 | InvocationID=2aafd410-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:35:57+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aafd122-8996-11ed-977a-82cfefb0e1c8 | InvocationID=2aafd410-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:36:08+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22b3db9e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=22b3ddba-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:36:08+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31774102-8996-11ed-977a-82cfefb0e1c8 | InvocationID=317743c8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:36:22+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2aafd122-8996-11ed-977a-82cfefb0e1c8 | InvocationID=2aafd410-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:36:22+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399cb75e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=399cba1a-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:36:22+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399cb75e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=399cba1a-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:36:22+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=399cb75e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=399cba1a-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:36:33+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31774102-8996-11ed-977a-82cfefb0e1c8 | InvocationID=317743c8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:36:33+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=403c068c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=403c0952-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:36:47+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=399cb75e-8996-11ed-977a-82cfefb0e1c8 | InvocationID=399cba1a-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:36:47+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48888266-8996-11ed-977a-82cfefb0e1c8 | InvocationID=48888518-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:36:47+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48888266-8996-11ed-977a-82cfefb0e1c8 | InvocationID=48888518-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:36:47+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48888266-8996-11ed-977a-82cfefb0e1c8 | InvocationID=48888518-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:36:58+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=403c068c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=403c0952-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:36:58+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f00da1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=4f00dc10-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:37:12+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48888266-8996-11ed-977a-82cfefb0e1c8 | InvocationID=48888518-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:37:12+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5776f8c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5776fd70-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:37:12+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5776f8c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5776fd70-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:37:12+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5776f8c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5776fd70-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:37:22+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f00da1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=4f00dc10-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:37:22+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc69154-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5dc6a018-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:37:37+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5776f8c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5776fd70-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:37:37+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6667a280-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6667a6a4-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:37:37+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6667a280-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6667a6a4-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:37:37+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6667a280-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6667a6a4-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:37:47+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dc69154-8996-11ed-977a-82cfefb0e1c8 | InvocationID=5dc6a018-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:37:47+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8a0b3a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6c8a0e0a-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:38:02+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6667a280-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6667a6a4-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:38:02+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75568f4a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=755693f0-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:38:02+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75568f4a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=755693f0-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:38:02+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75568f4a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=755693f0-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:38:12+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c8a0b3a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=6c8a0e0a-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:38:12+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4cc77a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=7b4ce7f0-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:38:27+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75568f4a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=755693f0-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:38:27+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84434fca-8996-11ed-977a-82cfefb0e1c8 | InvocationID=844353a8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:38:27+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84434fca-8996-11ed-977a-82cfefb0e1c8 | InvocationID=844353a8-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:38:27+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84434fca-8996-11ed-977a-82cfefb0e1c8 | InvocationID=844353a8-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:38:37+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4cc77a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=7b4ce7f0-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:38:37+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a10103c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=8a1014d8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:38:52+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84434fca-8996-11ed-977a-82cfefb0e1c8 | InvocationID=844353a8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:38:52+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93304cb8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=93305064-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:38:52+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93304cb8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=93305064-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:38:52+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93304cb8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=93305064-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:39:02+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a10103c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=8a1014d8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:39:02+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98d313a8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=98d31a24-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:39:17+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93304cb8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=93305064-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:39:17+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21d07ac-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a21d0a18-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:39:17+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21d07ac-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a21d0a18-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:39:17+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21d07ac-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a21d0a18-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:39:26+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98d313a8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=98d31a24-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:39:26+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a796cc9a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a796d046-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:39:42+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21d07ac-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a21d0a18-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:39:42+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b10970c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b10973fe-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:39:42+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b10970c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b10973fe-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:39:42+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b10970c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b10973fe-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:39:51+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a796cc9a-8996-11ed-977a-82cfefb0e1c8 | InvocationID=a796d046-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:39:51+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65b1b14-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b65b1d94-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:40:07+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b10970c0-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b10973fe-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:40:07+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff7f926-8996-11ed-977a-82cfefb0e1c8 | InvocationID=bff7fc0a-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:40:07+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff7f926-8996-11ed-977a-82cfefb0e1c8 | InvocationID=bff7fc0a-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:40:07+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bff7f926-8996-11ed-977a-82cfefb0e1c8 | InvocationID=bff7fc0a-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:40:16+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b65b1b14-8996-11ed-977a-82cfefb0e1c8 | InvocationID=b65b1d94-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:40:16+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c51de352-8996-11ed-977a-82cfefb0e1c8 | InvocationID=c51de604-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:40:32+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bff7f926-8996-11ed-977a-82cfefb0e1c8 | InvocationID=bff7fc0a-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:40:32+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee48a12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=cee48c1a-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:40:32+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee48a12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=cee48c1a-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:40:32+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cee48a12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=cee48c1a-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:40:41+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c51de352-8996-11ed-977a-82cfefb0e1c8 | InvocationID=c51de604-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:40:41+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3e12610-8996-11ed-977a-82cfefb0e1c8 | InvocationID=d3e128b8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:40:57+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cee48a12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=cee48c1a-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:40:57+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd07b1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ddd07cfc-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:40:57+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd07b1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ddd07cfc-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:40:57+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddd07b1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ddd07cfc-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:41:05+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3e12610-8996-11ed-977a-82cfefb0e1c8 | InvocationID=d3e128b8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:41:05+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a328c4-8996-11ed-977a-82cfefb0e1c8 | InvocationID=e2a32ab8-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:41:22+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddd07b1c-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ddd07cfc-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:41:22+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecbc43cc-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ecbc4688-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:41:22+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecbc43cc-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ecbc4688-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:41:22+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecbc43cc-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ecbc4688-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:41:30+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2a328c4-8996-11ed-977a-82cfefb0e1c8 | InvocationID=e2a32ab8-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:41:30+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f164e9d8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=f164ebf4-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:41:47+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecbc43cc-8996-11ed-977a-82cfefb0e1c8 | InvocationID=ecbc4688-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:41:47+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba82b12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=fba82d1a-8996-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:41:47+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba82b12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=fba82d1a-8996-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:41:47+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fba82b12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=fba82d1a-8996-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:41:55+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f164e9d8-8996-11ed-977a-82cfefb0e1c8 | InvocationID=f164ebf4-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:41:55+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0026a34e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0026a6c8-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:42:12+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fba82b12-8996-11ed-977a-82cfefb0e1c8 | InvocationID=fba82d1a-8996-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:42:12+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a945876-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0a945e20-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:42:12+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a945876-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0a945e20-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:42:12+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a945876-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0a945e20-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:42:20+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0026a34e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0026a6c8-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:42:20+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eeaf696-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0eeaf97a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:42:37+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a945876-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0a945e20-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:42:37+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1983295c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=19832bc8-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:42:37+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1983295c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=19832bc8-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:42:37+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1983295c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=19832bc8-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:42:44+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eeaf696-8997-11ed-977a-82cfefb0e1c8 | InvocationID=0eeaf97a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:42:44+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dac2056-8997-11ed-977a-82cfefb0e1c8 | InvocationID=1dac23da-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:43:02+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1983295c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=19832bc8-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:43:02+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=286fab34-8997-11ed-977a-82cfefb0e1c8 | InvocationID=286faf9e-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:43:03+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=286fab34-8997-11ed-977a-82cfefb0e1c8 | InvocationID=286faf9e-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:03+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=286fab34-8997-11ed-977a-82cfefb0e1c8 | InvocationID=286faf9e-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:09+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dac2056-8997-11ed-977a-82cfefb0e1c8 | InvocationID=1dac23da-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:43:09+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6eb25c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=2c6eb496-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:43:28+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=286fab34-8997-11ed-977a-82cfefb0e1c8 | InvocationID=286faf9e-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:43:28+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375b757e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=375b79a2-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:43:28+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=375b757e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=375b79a2-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:28+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375b757e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=375b79a2-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:34+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c6eb25c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=2c6eb496-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:43:34+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b30e760-8997-11ed-977a-82cfefb0e1c8 | InvocationID=3b30ea30-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:43:53+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=375b757e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=375b79a2-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:43:53+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4647da32-8997-11ed-977a-82cfefb0e1c8 | InvocationID=4647df78-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:43:53+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4647da32-8997-11ed-977a-82cfefb0e1c8 | InvocationID=4647df78-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:53+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4647da32-8997-11ed-977a-82cfefb0e1c8 | InvocationID=4647df78-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:43:59+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b30e760-8997-11ed-977a-82cfefb0e1c8 | InvocationID=3b30ea30-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:43:59+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f1eb64-8997-11ed-977a-82cfefb0e1c8 | InvocationID=49f1ee0c-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:44:18+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4647da32-8997-11ed-977a-82cfefb0e1c8 | InvocationID=4647df78-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:44:18+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55355010-8997-11ed-977a-82cfefb0e1c8 | InvocationID=55355268-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:44:18+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55355010-8997-11ed-977a-82cfefb0e1c8 | InvocationID=55355268-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:44:18+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55355010-8997-11ed-977a-82cfefb0e1c8 | InvocationID=55355268-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:44:23+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49f1eb64-8997-11ed-977a-82cfefb0e1c8 | InvocationID=49f1ee0c-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:44:23+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b5885e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=58b58bb0-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:44:43+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55355010-8997-11ed-977a-82cfefb0e1c8 | InvocationID=55355268-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:44:43+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6420f4f8-8997-11ed-977a-82cfefb0e1c8 | InvocationID=6420f89a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:44:43+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6420f4f8-8997-11ed-977a-82cfefb0e1c8 | InvocationID=6420f89a-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:44:43+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6420f4f8-8997-11ed-977a-82cfefb0e1c8 | InvocationID=6420f89a-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:44:48+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58b5885e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=58b58bb0-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:44:48+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6777fdfe-8997-11ed-977a-82cfefb0e1c8 | InvocationID=67780024-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:45:08+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6420f4f8-8997-11ed-977a-82cfefb0e1c8 | InvocationID=6420f89a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:45:08+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730fab12-8997-11ed-977a-82cfefb0e1c8 | InvocationID=730fad1a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:45:08+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730fab12-8997-11ed-977a-82cfefb0e1c8 | InvocationID=730fad1a-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:45:08+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730fab12-8997-11ed-977a-82cfefb0e1c8 | InvocationID=730fad1a-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:45:13+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6777fdfe-8997-11ed-977a-82cfefb0e1c8 | InvocationID=67780024-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:45:13+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76390356-8997-11ed-977a-82cfefb0e1c8 | InvocationID=7639163e-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:45:33+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730fab12-8997-11ed-977a-82cfefb0e1c8 | InvocationID=730fad1a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:45:33+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81fcdd16-8997-11ed-977a-82cfefb0e1c8 | InvocationID=81fce090-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:45:33+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81fcdd16-8997-11ed-977a-82cfefb0e1c8 | InvocationID=81fce090-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:45:33+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81fcdd16-8997-11ed-977a-82cfefb0e1c8 | InvocationID=81fce090-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:45:38+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76390356-8997-11ed-977a-82cfefb0e1c8 | InvocationID=7639163e-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:45:38+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84fc6d06-8997-11ed-977a-82cfefb0e1c8 | InvocationID=84fc6f04-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:45:58+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81fcdd16-8997-11ed-977a-82cfefb0e1c8 | InvocationID=81fce090-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:45:58+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e990e4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=90e99378-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:45:58+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e990e4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=90e99378-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:45:58+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e990e4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=90e99378-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:46:03+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84fc6d06-8997-11ed-977a-82cfefb0e1c8 | InvocationID=84fc6f04-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:46:03+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93bcc46c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=93bcc6ec-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:46:23+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e990e4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=90e99378-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:46:23+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd8afea-8997-11ed-977a-82cfefb0e1c8 | InvocationID=9fd8b396-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:46:23+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd8afea-8997-11ed-977a-82cfefb0e1c8 | InvocationID=9fd8b396-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:46:23+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd8afea-8997-11ed-977a-82cfefb0e1c8 | InvocationID=9fd8b396-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:46:27+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93bcc46c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=93bcc6ec-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:46:27+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a27eded6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=a27ee0ca-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:46:48+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd8afea-8997-11ed-977a-82cfefb0e1c8 | InvocationID=9fd8b396-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:46:48+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec4e488-8997-11ed-977a-82cfefb0e1c8 | InvocationID=aec4e91a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:46:48+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec4e488-8997-11ed-977a-82cfefb0e1c8 | InvocationID=aec4e91a-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:46:48+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec4e488-8997-11ed-977a-82cfefb0e1c8 | InvocationID=aec4e91a-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:46:52+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a27eded6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=a27ee0ca-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:46:52+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b142c9e6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=b142cbc6-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:47:13+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec4e488-8997-11ed-977a-82cfefb0e1c8 | InvocationID=aec4e91a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:47:13+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb2bff6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=bdb2c2b2-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:47:13+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb2bff6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=bdb2c2b2-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:47:13+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb2bff6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=bdb2c2b2-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:47:17+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b142c9e6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=b142cbc6-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:47:17+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c005f962-8997-11ed-977a-82cfefb0e1c8 | InvocationID=c005fbf6-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:47:38+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb2bff6-8997-11ed-977a-82cfefb0e1c8 | InvocationID=bdb2c2b2-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:47:38+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca14348-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cca145f0-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:47:38+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca14348-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cca145f0-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:47:38+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca14348-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cca145f0-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:47:42+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c005f962-8997-11ed-977a-82cfefb0e1c8 | InvocationID=c005fbf6-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:47:42+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec9297e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cec92d8e-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:48:03+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca14348-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cca145f0-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:48:03+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8d9f82-8997-11ed-977a-82cfefb0e1c8 | InvocationID=db8da1d0-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:48:03+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8d9f82-8997-11ed-977a-82cfefb0e1c8 | InvocationID=db8da1d0-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:03+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db8d9f82-8997-11ed-977a-82cfefb0e1c8 | InvocationID=db8da1d0-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:06+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec9297e-8997-11ed-977a-82cfefb0e1c8 | InvocationID=cec92d8e-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:48:06+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8c44a0-8997-11ed-977a-82cfefb0e1c8 | InvocationID=dd8c4f4a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:48:28+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db8d9f82-8997-11ed-977a-82cfefb0e1c8 | InvocationID=db8da1d0-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:48:28+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7ab660-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ea7ab930-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:48:28+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7ab660-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ea7ab930-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:28+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7ab660-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ea7ab930-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:31+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd8c44a0-8997-11ed-977a-82cfefb0e1c8 | InvocationID=dd8c4f4a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:48:31+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4dfca4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ec4e005a-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:48:53+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7ab660-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ea7ab930-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:48:53+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f967019c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=f9670868-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:48:53+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f967019c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=f9670868-8997-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:53+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f967019c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=f9670868-8997-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:48:56+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec4dfca4-8997-11ed-977a-82cfefb0e1c8 | InvocationID=ec4e005a-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:48:56+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb100c46-8997-11ed-977a-82cfefb0e1c8 | InvocationID=fb1014ac-8997-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:49:18+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f967019c-8997-11ed-977a-82cfefb0e1c8 | InvocationID=f9670868-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:49:18+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08551748-8998-11ed-977a-82cfefb0e1c8 | InvocationID=08551af4-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:49:18+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08551748-8998-11ed-977a-82cfefb0e1c8 | InvocationID=08551af4-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:49:18+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08551748-8998-11ed-977a-82cfefb0e1c8 | InvocationID=08551af4-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:49:21+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb100c46-8997-11ed-977a-82cfefb0e1c8 | InvocationID=fb1014ac-8997-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:49:21+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d407b4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=09d40a52-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:49:43+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08551748-8998-11ed-977a-82cfefb0e1c8 | InvocationID=08551af4-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:49:43+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17427822-8998-11ed-977a-82cfefb0e1c8 | InvocationID=17427ad4-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:49:43+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17427822-8998-11ed-977a-82cfefb0e1c8 | InvocationID=17427ad4-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:49:43+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17427822-8998-11ed-977a-82cfefb0e1c8 | InvocationID=17427ad4-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:49:45+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09d407b4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=09d40a52-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:49:45+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1895515e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=18956298-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:50:08+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17427822-8998-11ed-977a-82cfefb0e1c8 | InvocationID=17427ad4-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:50:08+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2633c9e4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2633cc46-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:50:08+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2633c9e4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2633cc46-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:50:08+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2633c9e4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2633cc46-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:50:10+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1895515e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=18956298-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:50:10+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27569496-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2756977a-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:50:33+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2633c9e4-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2633cc46-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:50:33+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3520ac06-8998-11ed-977a-82cfefb0e1c8 | InvocationID=3520aeb8-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:50:33+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3520ac06-8998-11ed-977a-82cfefb0e1c8 | InvocationID=3520aeb8-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:50:33+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3520ac06-8998-11ed-977a-82cfefb0e1c8 | InvocationID=3520aeb8-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:50:35+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27569496-8998-11ed-977a-82cfefb0e1c8 | InvocationID=2756977a-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:50:35+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=361b5728-8998-11ed-977a-82cfefb0e1c8 | InvocationID=361b59b2-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:50:58+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3520ac06-8998-11ed-977a-82cfefb0e1c8 | InvocationID=3520aeb8-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:50:58+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440f7076-8998-11ed-977a-82cfefb0e1c8 | InvocationID=440f73d2-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:50:58+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440f7076-8998-11ed-977a-82cfefb0e1c8 | InvocationID=440f73d2-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:50:58+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440f7076-8998-11ed-977a-82cfefb0e1c8 | InvocationID=440f73d2-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:51:00+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=361b5728-8998-11ed-977a-82cfefb0e1c8 | InvocationID=361b59b2-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:51:00+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ddf14e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=44ddf63a-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:51:23+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440f7076-8998-11ed-977a-82cfefb0e1c8 | InvocationID=440f73d2-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:51:23+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5300a906-8998-11ed-977a-82cfefb0e1c8 | InvocationID=5300ab72-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:51:23+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5300a906-8998-11ed-977a-82cfefb0e1c8 | InvocationID=5300ab72-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:51:23+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5300a906-8998-11ed-977a-82cfefb0e1c8 | InvocationID=5300ab72-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:51:24+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44ddf14e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=44ddf63a-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:51:24+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a17d86-8998-11ed-977a-82cfefb0e1c8 | InvocationID=53a17fde-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:51:48+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5300a906-8998-11ed-977a-82cfefb0e1c8 | InvocationID=5300ab72-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:51:48+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61edb40e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=61edb620-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:51:48+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61edb40e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=61edb620-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:51:48+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61edb40e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=61edb620-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:51:49+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53a17d86-8998-11ed-977a-82cfefb0e1c8 | InvocationID=53a17fde-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:51:49+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62634764-8998-11ed-977a-82cfefb0e1c8 | InvocationID=626349f8-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:52:13+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61edb40e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=61edb620-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:52:13+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d93d94-8998-11ed-977a-82cfefb0e1c8 | InvocationID=70d9410e-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:52:13+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d93d94-8998-11ed-977a-82cfefb0e1c8 | InvocationID=70d9410e-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:52:13+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70d93d94-8998-11ed-977a-82cfefb0e1c8 | InvocationID=70d9410e-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:52:14+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62634764-8998-11ed-977a-82cfefb0e1c8 | InvocationID=626349f8-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:52:14+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71248614-8998-11ed-977a-82cfefb0e1c8 | InvocationID=71248808-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:52:39+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70d93d94-8998-11ed-977a-82cfefb0e1c8 | InvocationID=70d9410e-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:52:39+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc53a6a-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fc53d26-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:52:39+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc53a6a-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fc53d26-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:52:39+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc53a6a-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fc53d26-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:52:39+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71248614-8998-11ed-977a-82cfefb0e1c8 | InvocationID=71248808-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:52:39+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe5ce10-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fe5d00e-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:53:03+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fe5ce10-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fe5d00e-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:53:03+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea74d98-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8ea74f8c-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:53:04+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc53a6a-8998-11ed-977a-82cfefb0e1c8 | InvocationID=7fc53d26-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:53:04+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb1cfc0-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8eb1d18c-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:53:04+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb1cfc0-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8eb1d18c-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:53:04+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eb1cfc0-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8eb1d18c-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:53:28+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ea74d98-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8ea74f8c-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:53:28+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d6acd3c-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d6ad002-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:53:29+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eb1cfc0-8998-11ed-977a-82cfefb0e1c8 | InvocationID=8eb1d18c-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:53:29+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9d073e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d9d09dc-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:53:29+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9d073e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d9d09dc-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:53:29+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d9d073e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d9d09dc-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:53:53+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d6acd3c-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d6ad002-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:53:53+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac312488-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac3126b8-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:53:54+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d9d073e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=9d9d09dc-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:53:54+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac88bdec-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac88bfea-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:53:54+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac88bdec-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac88bfea-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:53:54+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac88bdec-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac88bfea-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:54:18+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac312488-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac3126b8-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:54:18+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf36364-8998-11ed-977a-82cfefb0e1c8 | InvocationID=baf37d5e-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:54:19+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac88bdec-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ac88bfea-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:54:19+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb745618-8998-11ed-977a-82cfefb0e1c8 | InvocationID=bb7458d4-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:54:19+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb745618-8998-11ed-977a-82cfefb0e1c8 | InvocationID=bb7458d4-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:54:19+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb745618-8998-11ed-977a-82cfefb0e1c8 | InvocationID=bb7458d4-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:54:43+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf36364-8998-11ed-977a-82cfefb0e1c8 | InvocationID=baf37d5e-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:54:43+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b5f3bc-8998-11ed-977a-82cfefb0e1c8 | InvocationID=c9b5f5ba-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:54:44+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb745618-8998-11ed-977a-82cfefb0e1c8 | InvocationID=bb7458d4-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:54:44+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca61c7fa-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ca61ca98-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:54:44+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca61c7fa-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ca61ca98-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:54:44+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca61c7fa-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ca61ca98-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:07+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9b5f3bc-8998-11ed-977a-82cfefb0e1c8 | InvocationID=c9b5f5ba-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:55:07+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d877ff9e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d87801ba-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:55:09+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca61c7fa-8998-11ed-977a-82cfefb0e1c8 | InvocationID=ca61ca98-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:55:09+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d94da806-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d94daaae-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:55:09+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d94da806-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d94daaae-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:09+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d94da806-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d94daaae-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:32+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d877ff9e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d87801ba-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:55:32+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e739cc2e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e739d28c-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:55:34+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d94da806-8998-11ed-977a-82cfefb0e1c8 | InvocationID=d94daaae-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:55:34+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e83a4040-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e83a42e8-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:55:34+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e83a4040-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e83a42e8-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:34+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e83a4040-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e83a42e8-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:57+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e739cc2e-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e739d28c-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:55:57+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fc13b6-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f5fc17da-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:55:59+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e83a4040-8998-11ed-977a-82cfefb0e1c8 | InvocationID=e83a42e8-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:55:59+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7258132-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f72583e4-8998-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:55:59+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7258132-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f72583e4-8998-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:55:59+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7258132-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f72583e4-8998-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:56:22+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5fc13b6-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f5fc17da-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:56:22+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c1550a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=04c15780-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:56:24+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7258132-8998-11ed-977a-82cfefb0e1c8 | InvocationID=f72583e4-8998-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:56:24+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0612ba84-8999-11ed-977a-82cfefb0e1c8 | InvocationID=0612bd4a-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:56:24+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0612ba84-8999-11ed-977a-82cfefb0e1c8 | InvocationID=0612bd4a-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:56:24+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0612ba84-8999-11ed-977a-82cfefb0e1c8 | InvocationID=0612bd4a-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:56:46+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04c1550a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=04c15780-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:56:46+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1384371a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=138439c2-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:56:49+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0612ba84-8999-11ed-977a-82cfefb0e1c8 | InvocationID=0612bd4a-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:56:49+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15016432-8999-11ed-977a-82cfefb0e1c8 | InvocationID=15016716-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:56:49+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15016432-8999-11ed-977a-82cfefb0e1c8 | InvocationID=15016716-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:56:49+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15016432-8999-11ed-977a-82cfefb0e1c8 | InvocationID=15016716-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:57:11+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1384371a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=138439c2-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:57:11+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22490b72-8999-11ed-977a-82cfefb0e1c8 | InvocationID=22490e4c-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:57:14+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15016432-8999-11ed-977a-82cfefb0e1c8 | InvocationID=15016716-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:57:14+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ed6112-8999-11ed-977a-82cfefb0e1c8 | InvocationID=23ed6374-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:57:14+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ed6112-8999-11ed-977a-82cfefb0e1c8 | InvocationID=23ed6374-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:57:14+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23ed6112-8999-11ed-977a-82cfefb0e1c8 | InvocationID=23ed6374-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:57:36+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22490b72-8999-11ed-977a-82cfefb0e1c8 | InvocationID=22490e4c-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:57:36+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=310e0bb2-8999-11ed-977a-82cfefb0e1c8 | InvocationID=310e0e3c-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:57:39+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23ed6112-8999-11ed-977a-82cfefb0e1c8 | InvocationID=23ed6374-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:57:39+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32d8996c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=32d8a146-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:57:39+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32d8996c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=32d8a146-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:57:39+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32d8996c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=32d8a146-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:01+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=310e0bb2-8999-11ed-977a-82cfefb0e1c8 | InvocationID=310e0e3c-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:58:01+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd002ae-8999-11ed-977a-82cfefb0e1c8 | InvocationID=3fd0052e-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:58:04+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32d8996c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=32d8a146-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:58:04+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c48cce-8999-11ed-977a-82cfefb0e1c8 | InvocationID=41c4996c-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:58:04+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c48cce-8999-11ed-977a-82cfefb0e1c8 | InvocationID=41c4996c-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:04+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41c48cce-8999-11ed-977a-82cfefb0e1c8 | InvocationID=41c4996c-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:25+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd002ae-8999-11ed-977a-82cfefb0e1c8 | InvocationID=3fd0052e-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:58:25+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e949e8a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=4e94a146-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:58:29+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41c48cce-8999-11ed-977a-82cfefb0e1c8 | InvocationID=41c4996c-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:58:29+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b14538-8999-11ed-977a-82cfefb0e1c8 | InvocationID=50b14754-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:58:29+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b14538-8999-11ed-977a-82cfefb0e1c8 | InvocationID=50b14754-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:29+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50b14538-8999-11ed-977a-82cfefb0e1c8 | InvocationID=50b14754-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:50+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e949e8a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=4e94a146-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:58:50+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d58b0aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5d58b2ee-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:58:54+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50b14538-8999-11ed-977a-82cfefb0e1c8 | InvocationID=50b14754-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:58:54+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f9d4ede-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5f9d5afa-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:58:54+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f9d4ede-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5f9d5afa-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:58:54+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f9d4ede-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5f9d5afa-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:59:15+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d58b0aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5d58b2ee-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:59:15+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c1e5572-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6c1e57ac-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:59:19+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f9d4ede-8999-11ed-977a-82cfefb0e1c8 | InvocationID=5f9d5afa-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:59:19+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e8afb44-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6e8afd42-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:59:19+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e8afb44-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6e8afd42-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:59:19+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e8afb44-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6e8afd42-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:59:40+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c1e5572-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6c1e57ac-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T05:59:40+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adf63b2-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7adf6696-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T05:59:44+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e8afb44-8999-11ed-977a-82cfefb0e1c8 | InvocationID=6e8afd42-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T05:59:44+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d766490-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7d7671ec-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T05:59:44+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d766490-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7d7671ec-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T05:59:44+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d766490-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7d7671ec-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:05+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7adf63b2-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7adf6696-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:00:05+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a21f3e-8999-11ed-977a-82cfefb0e1c8 | InvocationID=89a2220e-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:00:09+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d766490-8999-11ed-977a-82cfefb0e1c8 | InvocationID=7d7671ec-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:00:09+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c64fbb0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=8c6508ee-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:00:09+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c64fbb0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=8c6508ee-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:09+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c64fbb0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=8c6508ee-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:29+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89a21f3e-8999-11ed-977a-82cfefb0e1c8 | InvocationID=89a2220e-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:00:29+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9864dca0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9864e272-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:00:34+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c64fbb0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=8c6508ee-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:00:34+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b5138aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9b513b2a-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:00:34+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b5138aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9b513b2a-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:34+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b5138aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9b513b2a-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:54+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9864dca0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9864e272-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:00:54+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7280f8c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=a728118a-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:00:59+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b5138aa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=9b513b2a-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:00:59+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa400d0a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=aa400fb2-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:00:59+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa400d0a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=aa400fb2-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:00:59+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa400d0a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=aa400fb2-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:01:19+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7280f8c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=a728118a-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:01:19+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ed90a0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b5ed93c0-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:01:24+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa400d0a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=aa400fb2-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:01:24+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b92e1e4c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b92e2022-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:01:24+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b92e1e4c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b92e2022-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:01:24+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b92e1e4c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b92e2022-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:01:44+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5ed90a0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b5ed93c0-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:01:44+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b06090-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c4b06284-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:01:49+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b92e1e4c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=b92e2022-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:01:49+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81bbd38-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c81bbfcc-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:01:49+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81bbd38-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c81bbfcc-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:01:49+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81bbd38-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c81bbfcc-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:02:08+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4b06090-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c4b06284-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:02:08+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3718faa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d37193f6-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:02:14+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81bbd38-8999-11ed-977a-82cfefb0e1c8 | InvocationID=c81bbfcc-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:02:14+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d709dc1c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d709e66c-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:02:14+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d709dc1c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d709e66c-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:02:14+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d709dc1c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d709e66c-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:02:33+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3718faa-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d37193f6-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:02:33+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e235a35a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e235a9f4-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:02:39+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d709dc1c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=d709e66c-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:02:39+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f6e922-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e5f7435e-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:02:40+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f6e922-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e5f7435e-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:02:40+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5f6e922-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e5f7435e-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:02:58+0000 | aai_event_thread | 140630829505312 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e235a35a-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e235a9f4-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF AAI events.
2023-01-01T06:02:58+0000 | aai_event_thread | 140630829505312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fe272c-8999-11ed-977a-82cfefb0e1c8 | InvocationID=f0fe2ccc-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-01T06:03:05+0000 | policy_event_thread | 140630830566176 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5f6e922-8999-11ed-977a-82cfefb0e1c8 | InvocationID=e5f7435e-8999-11ed-977a-82cfefb0e1c8 | Polling MR for XNF activation/deactivation policy response events.
2023-01-01T06:03:05+0000 | policy_event_thread | 140630830566176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4e694a0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=f4e696da-8999-11ed-977a-82cfefb0e1c8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-01T06:03:05+0000 | policy_event_thread | 140630830566176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4e694a0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=f4e696da-8999-11ed-977a-82cfefb0e1c8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-01T06:03:05+0000 | policy_event_thread | 140630830566176 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4e694a0-8999-11ed-977a-82cfefb0e1c8 | InvocationID=f4e696da-8999-11ed-977a-82cfefb0e1c8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000