Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-09-02T23:02:15+0000 | MainThread | 140403841969480 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-09-02T23:02:15+0000 | MainThread | 140403841969480 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-09-02T23:02:15+0000 | MainThread | 140403841969480 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-09-02T23:02:15+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:02:15+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b75586-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49b757c0-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:02:15+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-09-02T23:02:15+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ba1f50-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49ba2126-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:02:16+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b75586-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49b757c0-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:02:16+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b75586-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49b757c0-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:02:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ba1f50-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49ba2126-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:02:16+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b75586-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49b757c0-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:02:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ba1f50-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49ba2126-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:02:16+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ba1f50-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49ba2126-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:02:16+0000 | MainThread | 140403841969480 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-09-02T23:02:36+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ba1f50-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49ba2126-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:02:36+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55caef36-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=55caf44a-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:02:36+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55caef36-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=55caf44a-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:02:36+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55caef36-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=55caf44a-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:02:36+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55caef36-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=55caf44a-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:02:41+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b75586-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=49b757c0-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:02:41+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c2cc90-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=58c2cf1a-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:02:41+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c2cc90-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=58c2cf1a-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:02:41+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c2cc90-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=58c2cf1a-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:02:41+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c2cc90-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=58c2cf1a-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:02:56+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55caef36-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=55caf44a-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:02:56+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bf5db8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=61bf6060-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:02:56+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bf5db8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=61bf6060-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:02:56+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bf5db8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=61bf6060-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:02:56+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61bf5db8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=61bf6060-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:06+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c2cc90-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=58c2cf1a-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:03:06+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67af1e34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=67af20b4-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:03:06+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67af1e34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=67af20b4-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:06+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67af1e34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=67af20b4-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:06+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67af1e34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=67af20b4-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:16+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61bf5db8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=61bf6060-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:03:16+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daf53b2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=6daf56d2-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:03:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daf53b2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=6daf56d2-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daf53b2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=6daf56d2-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:16+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6daf53b2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=6daf56d2-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:31+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67af1e34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=67af20b4-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:03:31+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769b7f8c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=769b834c-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:03:31+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769b7f8c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=769b834c-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:31+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769b7f8c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=769b834c-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:31+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769b7f8c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=769b834c-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:36+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6daf53b2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=6daf56d2-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:03:36+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a11ac0-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=79a11d5e-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:03:36+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a11ac0-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=79a11d5e-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:36+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a11ac0-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=79a11d5e-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:36+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a11ac0-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=79a11d5e-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:56+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769b7f8c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=769b834c-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:03:56+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8586fbe8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=8586fed6-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:03:56+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8586fbe8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=8586fed6-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:56+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8586fbe8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=8586fed6-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:56+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8586fbe8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=8586fed6-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:03:56+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a11ac0-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=79a11d5e-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:03:56+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85941080-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=859412d8-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:03:56+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85941080-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=859412d8-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:03:56+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85941080-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=859412d8-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:03:56+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85941080-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=859412d8-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:16+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85941080-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=859412d8-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:04:16+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9184e82e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9184ee78-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:04:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9184e82e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9184ee78-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:04:16+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9184e82e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9184ee78-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable 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: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:16+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9184e82e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9184ee78-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:21+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8586fbe8-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=8586fed6-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:04:21+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94730b24-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=94730f98-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:04:21+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94730b24-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=94730f98-2b13-11ed-8a6f-9a29d82277f2 | MR Service is unavailable at present: b'no healthy upstream'
2022-09-02T23:04:21+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94730b24-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=94730f98-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:04:21+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94730b24-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=94730f98-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:04:36+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9184e82e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9184ee78-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:04:36+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d77b648-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9d77b9ea-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:04:37+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d77b648-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9d77b9ea-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:37+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d77b648-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9d77b9ea-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:46+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94730b24-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=94730f98-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:04:46+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a35f381a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a35f3a90-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:04:46+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a35f381a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a35f3a90-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:04:46+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a35f381a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a35f3a90-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:04:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d77b648-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=9d77b9ea-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:04:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c285c2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a9c28806-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:04:57+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c285c2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a9c28806-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:04:57+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9c285c2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a9c28806-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:11+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a35f381a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a35f3a90-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:05:11+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25525fa-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b25527d0-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:05:11+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25525fa-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b25527d0-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:05:11+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b25525fa-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b25527d0-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:05:17+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9c285c2-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=a9c28806-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:05:17+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bdc90e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b5bdcbac-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:05:17+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bdc90e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b5bdcbac-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:17+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bdc90e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b5bdcbac-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:36+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b25525fa-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b25527d0-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:05:36+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1461b5a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1461dee-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:05:36+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1461b5a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1461dee-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:05:36+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1461b5a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1461dee-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:05:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bdc90e-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=b5bdcbac-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:05:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b70e3c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1b710d0-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:05:37+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b70e3c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1b710d0-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:37+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b70e3c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1b710d0-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b70e3c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1b710d0-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:05:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdae239c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=cdae2608-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:05:57+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdae239c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=cdae2608-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:05:57+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdae239c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=cdae2608-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:01+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1461b5a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=c1461dee-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:06:01+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0391798-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d0391dba-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:06:01+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0391798-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d0391dba-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:01+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0391798-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d0391dba-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:17+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdae239c-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=cdae2608-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:06:17+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a3857a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d9a38ba6-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:06:17+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a3857a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d9a38ba6-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:17+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a3857a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d9a38ba6-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:26+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0391798-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d0391dba-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:06:26+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df4e3786-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=df4e3c36-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:06:27+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df4e3786-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=df4e3c36-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:27+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df4e3786-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=df4e3c36-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a3857a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=d9a38ba6-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:06:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5982a34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=e5982e62-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:06:37+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5982a34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=e5982e62-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:37+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5982a34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=e5982e62-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:52+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df4e3786-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=df4e3c36-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:06:52+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee457826-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=ee457a4c-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:06:52+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee457826-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=ee457a4c-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:52+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee457826-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=ee457a4c-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:06:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5982a34-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=e5982e62-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:06:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18aeb60-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=f18aedd6-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:06:57+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18aeb60-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=f18aedd6-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:06:57+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18aeb60-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=f18aedd6-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:17+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee457826-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=ee457a4c-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:07:17+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd33ba0a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd33bc30-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:07:17+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd33ba0a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd33bc30-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:07:17+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd33ba0a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd33bc30-2b13-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:07:17+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18aeb60-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=f18aedd6-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:07:17+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd82ae30-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd82b074-2b13-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:07:17+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd82ae30-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd82b074-2b13-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:17+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd82ae30-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd82b074-2b13-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd82ae30-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd82b074-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:07:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0983f3d8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0983f66c-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:07:37+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0983f3d8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0983f66c-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:37+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0983f3d8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0983f66c-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:42+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd33ba0a-2b13-11ed-8a6f-9a29d82277f2 | InvocationID=fd33bc30-2b13-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:07:42+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4471c4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0c4473ea-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:07:42+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4471c4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0c4473ea-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:07:42+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4471c4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0c4473ea-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:07:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0983f3d8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0983f66c-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:07:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157fde86-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=157fe17e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:07:57+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157fde86-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=157fe17e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:07:57+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=157fde86-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=157fe17e-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:07+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4471c4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=0c4473ea-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:08:07+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3127c2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=1b312b32-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:08:07+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3127c2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=1b312b32-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:07+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b3127c2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=1b312b32-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:17+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=157fde86-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=157fe17e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:08:17+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=217426ca-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=21742daa-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:08:17+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=217426ca-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=21742daa-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:17+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=217426ca-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=21742daa-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:32+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b3127c2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=1b312b32-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:08:32+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1f7aa4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2a1f7c70-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:08:32+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1f7aa4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2a1f7c70-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:32+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a1f7aa4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2a1f7c70-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=217426ca-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=21742daa-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:08:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6a3078-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2d6a3334-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:08:37+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6a3078-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2d6a3334-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d6a3078-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2d6a3334-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:57+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a1f7aa4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2a1f7c70-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:08:57+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390f2172-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=390f233e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:08:57+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390f2172-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=390f233e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:57+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390f2172-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=390f233e-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:08:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d6a3078-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=2d6a3334-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:08:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395c0618-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=395c07e4-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:08:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395c0618-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=395c07e4-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:08:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395c0618-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=395c07e4-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395c0618-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=395c07e4-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:09:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454e136c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=454e152e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:09:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454e136c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=454e152e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=454e136c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=454e152e-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:22+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390f2172-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=390f233e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:09:22+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fcba3c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=47fcc20c-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:09:22+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fcba3c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=47fcc20c-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:09:22+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fcba3c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=47fcc20c-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:09:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=454e136c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=454e152e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:09:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=513f2ca6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=513f2fe4-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:09:38+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=513f2ca6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=513f2fe4-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=513f2ca6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=513f2fe4-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:47+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fcba3c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=47fcc20c-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:09:47+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56ebb2e6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=56ebb66a-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:09:47+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56ebb2e6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=56ebb66a-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:09:47+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56ebb2e6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=56ebb66a-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:09:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=513f2ca6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=513f2fe4-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:09:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3786de-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=5d3789f4-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:09:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3786de-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=5d3789f4-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:09:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d3786de-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=5d3789f4-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:12+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56ebb2e6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=56ebb66a-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:10:12+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65dbc78c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=65dbca16-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:10:12+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65dbc78c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=65dbca16-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:10:12+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65dbc78c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=65dbca16-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:10:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d3786de-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=5d3789f4-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:10:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692b1aaa-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=692b1d5c-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:10:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692b1aaa-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=692b1d5c-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=692b1aaa-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=692b1d5c-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:37+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65dbc78c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=65dbca16-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:10:37+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74c89a18-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=74c89d92-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:10:37+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74c89a18-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=74c89d92-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:10:37+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74c89a18-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=74c89d92-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:10:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=692b1aaa-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=692b1d5c-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:10:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7521d7a4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=7521d970-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:10:38+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7521d7a4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=7521d970-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7521d7a4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=7521d970-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7521d7a4-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=7521d970-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:10:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81152106-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=81152534-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:10:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81152106-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=81152534-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:10:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81152106-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=81152534-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:02+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74c89a18-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=74c89d92-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:11:02+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83bac686-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=83bac8b6-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:11:02+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83bac686-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=83bac8b6-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:02+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83bac686-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=83bac8b6-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81152106-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=81152534-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:11:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d08da2a-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=8d08dc6e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:11:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d08da2a-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=8d08dc6e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d08da2a-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=8d08dc6e-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:27+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83bac686-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=83bac8b6-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:11:27+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a99d8e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=92a99f5a-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:11:27+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a99d8e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=92a99f5a-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:27+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92a99d8e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=92a99f5a-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d08da2a-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=8d08dc6e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:11:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98fd9dfc-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=98fda068-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:11:38+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98fd9dfc-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=98fda068-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98fd9dfc-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=98fda068-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:52+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92a99d8e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=92a99f5a-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:11:52+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1979b98-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a197ba24-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:11:52+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1979b98-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a197ba24-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:52+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1979b98-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a197ba24-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:11:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98fd9dfc-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=98fda068-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:11:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f58a48-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a4f58d9a-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:11:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f58a48-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a4f58d9a-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:11:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4f58a48-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a4f58d9a-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:17+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1979b98-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a197ba24-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:12:17+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b086af36-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b086b512-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:12:17+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b086af36-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b086b512-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:12:17+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b086af36-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b086b512-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:12:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4f58a48-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=a4f58d9a-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:12:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0e9fde8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b0ea00c2-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:12:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0e9fde8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b0ea00c2-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0e9fde8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b0ea00c2-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0e9fde8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b0ea00c2-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:12:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcdccd2e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bcdcd044-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:12:38+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcdccd2e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bcdcd044-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcdccd2e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bcdcd044-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:42+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b086af36-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=b086b512-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:12:42+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7569a6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bf756c9e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:12:43+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7569a6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bf756c9e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:12:43+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf7569a6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bf756c9e-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:12:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcdccd2e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bcdcd044-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:12:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8d37c40-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=c8d380e6-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:12:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8d37c40-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=c8d380e6-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:12:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8d37c40-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=c8d380e6-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:08+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf7569a6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=bf756c9e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:13:08+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce6607b8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ce6609f2-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:13:08+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce6607b8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ce6609f2-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:08+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce6607b8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ce6609f2-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8d37c40-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=c8d380e6-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:13:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4c6dcb8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=d4c6e05a-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:13:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4c6dcb8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=d4c6e05a-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4c6dcb8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=d4c6e05a-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:33+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce6607b8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ce6609f2-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:13:33+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd54dcc2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=dd54dee8-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:13:33+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd54dcc2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=dd54dee8-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:33+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd54dcc2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=dd54dee8-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4c6dcb8-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=d4c6e05a-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:13:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0ba6e0e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=e0ba708e-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:13:38+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0ba6e0e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=e0ba708e-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:38+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0ba6e0e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=e0ba708e-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:58+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd54dcc2-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=dd54dee8-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:13:58+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4615b6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ec4618ae-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:13:58+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4615b6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ec4618ae-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:58+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4615b6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ec4618ae-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:13:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0ba6e0e-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=e0ba708e-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:13:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecae27be-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ecae2a48-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:13:58+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecae27be-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ecae2a48-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:13:58+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecae27be-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ecae2a48-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecae27be-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ecae2a48-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:14:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a5ce00-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=f8a5d080-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:14:18+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a5ce00-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=f8a5d080-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:18+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8a5ce00-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=f8a5d080-2b14-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:23+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4615b6-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=ec4618ae-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:14:23+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb37691c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=fb376ade-2b14-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:14:23+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb37691c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=fb376ade-2b14-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:14:23+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb37691c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=fb376ade-2b14-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:14:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8a5ce00-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=f8a5d080-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:14:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0499a934-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0499ab00-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:14:39+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0499a934-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0499ab00-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:39+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0499a934-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0499ab00-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:48+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb37691c-2b14-11ed-8a6f-9a29d82277f2 | InvocationID=fb376ade-2b14-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:14:48+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2baca8-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0a2bb3b0-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:14:48+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2baca8-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0a2bb3b0-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:14:48+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2baca8-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0a2bb3b0-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:14:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0499a934-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0499ab00-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:14:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1095be80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1095c2ea-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:14:59+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1095be80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1095c2ea-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:14:59+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1095be80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1095c2ea-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:13+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2baca8-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=0a2bb3b0-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:15:13+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192854d6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=19285ada-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:15:13+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192854d6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=19285ada-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:15:13+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=192854d6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=19285ada-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:15:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1095be80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1095c2ea-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:15:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8ec7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1c8eca56-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:15:19+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8ec7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1c8eca56-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:19+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c8ec7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1c8eca56-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:38+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=192854d6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=19285ada-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:15:38+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281c3700-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=281c3b88-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:15:38+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281c3700-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=281c3b88-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:15:38+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=281c3700-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=281c3b88-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:15:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c8ec7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=1c8eca56-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:15:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2885014a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=288503de-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:15:39+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2885014a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=288503de-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:39+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2885014a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=288503de-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2885014a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=288503de-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:15:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347999ac-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=34799c4a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:15:59+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347999ac-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=34799c4a-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:15:59+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=347999ac-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=34799c4a-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:03+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=281c3700-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=281c3b88-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:16:03+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3712e7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=3712ea1a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:16:03+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3712e7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=3712ea1a-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:03+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3712e7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=3712ea1a-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=347999ac-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=34799c4a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:16:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4070d004-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4070d2f2-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:16:19+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4070d004-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4070d2f2-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:19+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4070d004-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4070d2f2-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:28+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3712e7c2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=3712ea1a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:16:28+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46022b80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=46022f40-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:16:28+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46022b80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=46022f40-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:28+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46022b80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=46022f40-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4070d004-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4070d2f2-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:16:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c6f619a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4c6f64d8-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:16:39+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c6f619a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4c6f64d8-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:39+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c6f619a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4c6f64d8-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:53+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46022b80-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=46022f40-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:16:53+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ef4d4e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=54ef4f24-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:16:53+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ef4d4e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=54ef4f24-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:53+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ef4d4e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=54ef4f24-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:16:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c6f619a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=4c6f64d8-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:16:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5864faaa-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=58650360-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:16:59+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5864faaa-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=58650360-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:16:59+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5864faaa-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=58650360-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:18+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ef4d4e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=54ef4f24-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:17:18+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63df5d8a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=63df6168-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:17:18+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63df5d8a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=63df6168-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:17:18+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63df5d8a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=63df6168-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:17:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5864faaa-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=58650360-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:17:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64620320-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=64620636-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:17:19+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64620320-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=64620636-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:19+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64620320-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=64620636-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64620320-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=64620636-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:17:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7059abf6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7059aeda-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:17:39+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7059abf6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7059aeda-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:39+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7059abf6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7059aeda-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:43+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63df5d8a-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=63df6168-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:17:43+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d1ede4-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=72d1f08c-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:17:43+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d1ede4-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=72d1f08c-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:17:43+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d1ede4-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=72d1f08c-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:17:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7059abf6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7059aeda-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:17:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4e5358-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7c4e55e2-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:17:59+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4e5358-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7c4e55e2-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:17:59+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4e5358-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7c4e55e2-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:18:08+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d1ede4-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=72d1f08c-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:18:08+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c0efd0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=81c0f20a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:18:09+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c0efd0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=81c0f20a-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:18:09+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c0efd0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=81c0f20a-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:18:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4e5358-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=7c4e55e2-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:18:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884253b2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=8842592a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:18:19+0000 | aai_event_thread | 140403791231776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884253b2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=8842592a-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:18:19+0000 | aai_event_thread | 140403791231776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=884253b2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=8842592a-2b15-11ed-8a6f-9a29d82277f2 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-02T23:18:34+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c0efd0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=81c0f20a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:18:34+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90af88d0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=90af8c0e-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:18:34+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90af88d0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=90af8c0e-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:18:34+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90af88d0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=90af8c0e-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:18:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=884253b2-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=8842592a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:18:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=943b3580-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=943b3922-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:18:59+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90af88d0-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=90af8c0e-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:18:59+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9f056e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=9f9f134c-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:18:59+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9f056e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=9f9f134c-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:18:59+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9f056e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=9f9f134c-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:19:04+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=943b3580-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=943b3922-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:19:04+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a307db7c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=a307de24-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:19:24+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9f056e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=9f9f134c-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:19:24+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9ade76-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ae9ae114-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:19:24+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae9ade76-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ae9ae114-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:19:24+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae9ade76-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ae9ae114-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:19:25+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a307db7c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=a307de24-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:19:25+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af5da442-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=af5da622-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:19:45+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af5da442-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=af5da622-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:19:45+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb65b28e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bb65b612-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:19:49+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae9ade76-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ae9ae114-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:19:49+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd94abe6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bd94af42-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:19:49+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd94abe6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bd94af42-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:19:49+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd94abe6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bd94af42-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:20:05+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb65b28e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bb65b612-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:20:05+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76b7870-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=c76b7bd6-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:20:14+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd94abe6-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=bd94af42-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:20:14+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc86134c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=cc8615d6-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:20:14+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc86134c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=cc8615d6-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:20:14+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc86134c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=cc8615d6-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:20:26+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c76b7870-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=c76b7bd6-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:20:26+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d387dd7e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=d387e026-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:20:39+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc86134c-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=cc8615d6-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:20:39+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7827dc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=db782b6a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:20:39+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7827dc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=db782b6a-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:20:39+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db7827dc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=db782b6a-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:20:46+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d387dd7e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=d387e026-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:20:46+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa48d1e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=dfa48f6c-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:21:04+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db7827dc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=db782b6a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:21:04+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea68dafc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ea68dd86-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:21:04+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea68dafc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ea68dd86-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:04+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea68dafc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ea68dd86-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:07+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa48d1e-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=dfa48f6c-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:21:07+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5a17ea-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ec5a1a1a-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:21:29+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea68dafc-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ea68dd86-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:21:29+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f95c9698-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=f95c9f76-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:21:29+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f95c9698-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=f95c9f76-2b15-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:29+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f95c9698-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=f95c9f76-2b15-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:32+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec5a17ea-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=ec5a1a1a-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:21:32+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb235a70-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=fb235db8-2b15-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:21:54+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f95c9698-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=f95c9f76-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:21:54+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085195e0-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=085198c4-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:21:54+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085195e0-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=085198c4-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:54+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085195e0-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=085198c4-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:21:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb235a70-2b15-11ed-8a6f-9a29d82277f2 | InvocationID=fb235db8-2b15-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:21:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09eb6d68-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=09eb70a6-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:22:19+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085195e0-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=085198c4-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:22:19+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17413024-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=17413344-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:22:19+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17413024-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=17413344-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:22:19+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17413024-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=17413344-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:22:22+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09eb6d68-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=09eb70a6-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:22:22+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c618a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=18c61b30-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:22:44+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17413024-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=17413344-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:22:44+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26353184-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=2635342c-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:22:44+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26353184-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=2635342c-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:22:44+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26353184-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=2635342c-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:22:47+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18c618a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=18c61b30-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:22:47+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b974d4-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=27b977fe-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:23:09+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26353184-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=2635342c-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:23:09+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352aa692-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=352aa98a-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:23:10+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352aa692-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=352aa98a-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:23:10+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352aa692-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=352aa98a-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:23:12+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27b974d4-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=27b977fe-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:23:12+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ac2bf8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=36ac2f86-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:23:35+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352aa692-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=352aa98a-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:23:35+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441eb2ec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=441eb56c-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:23:35+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441eb2ec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=441eb56c-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:23:35+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441eb2ec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=441eb56c-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:23:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36ac2bf8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=36ac2f86-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:23:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457d3fd2-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=457d4338-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:24:00+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441eb2ec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=441eb56c-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:24:00+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=531036b8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=53103988-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:24:00+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=531036b8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=53103988-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:00+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=531036b8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=53103988-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:02+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=457d3fd2-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=457d4338-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:24:02+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5451c708-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=5451cc6c-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:24:25+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=531036b8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=53103988-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:24:25+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fe5416-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=61fe6cc6-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:24:25+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fe5416-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=61fe6cc6-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:25+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fe5416-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=61fe6cc6-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:27+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5451c708-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=5451cc6c-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:24:27+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=631e653e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=631e67b4-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:24:50+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fe5416-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=61fe6cc6-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:24:50+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ee10a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=70ee154c-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:24:50+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ee10a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=70ee154c-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:50+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ee10a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=70ee154c-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:24:51+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=631e653e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=631e67b4-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:24:51+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e3359a-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=71e338f6-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:25:15+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ee10a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=70ee154c-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:25:15+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe25d56-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=7fe26026-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:25:15+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe25d56-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=7fe26026-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:25:15+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe25d56-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=7fe26026-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:25:16+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71e3359a-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=71e338f6-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:25:16+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ab53c8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=80ab563e-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:25:40+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe25d56-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=7fe26026-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:25:40+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed26c16-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8ed28142-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:25:40+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed26c16-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8ed28142-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:25:40+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed26c16-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8ed28142-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:25:41+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ab53c8-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=80ab563e-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:25:41+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f72f9a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8f72fcf8-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:26:05+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed26c16-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8ed28142-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:26:05+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbff752-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9dc00670-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:26:05+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbff752-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9dc00670-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:05+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dbff752-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9dc00670-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:06+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f72f9a6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=8f72fcf8-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:26:06+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e3d305a-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9e3d3348-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:26:30+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dbff752-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9dc00670-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:26:30+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acade65c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=acade832-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:26:30+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acade65c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=acade832-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:30+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acade65c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=acade832-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:31+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e3d305a-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=9e3d3348-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:26:31+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad04975e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ad04a9d8-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:26:55+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acade65c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=acade832-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:26:55+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9f491c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bb9f4b74-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:26:55+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9f491c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bb9f4b74-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:55+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9f491c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bb9f4b74-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:26:55+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad04975e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ad04a9d8-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:26:55+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbcceba6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bbccee12-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:27:20+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9f491c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bb9f4b74-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:27:20+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca902f0e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9031d4-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:27:20+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbcceba6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=bbccee12-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:27:20+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca948432-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9486a8-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:27:20+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca902f0e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9031d4-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:27:20+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca902f0e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9031d4-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:27:45+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca948432-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9486a8-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:27:45+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d95a92d6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d95a94ac-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:27:45+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca902f0e-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=ca9031d4-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:27:45+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9814fb6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d9815236-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:27:45+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9814fb6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d9815236-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:27:45+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9814fb6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d9815236-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:28:10+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d95a92d6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d95a94ac-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:28:10+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8238df4-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e8238fde-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:28:10+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9814fb6-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=d9815236-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:28:10+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86ebb6c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e86ebe50-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:28:10+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86ebb6c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e86ebe50-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:28:10+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86ebb6c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e86ebe50-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:28:35+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8238df4-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e8238fde-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:28:35+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ee2fec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f6ee392e-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:28:35+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86ebb6c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=e86ebe50-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:28:35+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f75edb0c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f75edd1e-2b16-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:28:35+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f75edb0c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f75edd1e-2b16-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:28:35+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f75edb0c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f75edd1e-2b16-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:28:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6ee2fec-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f6ee392e-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:28:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b537be-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=05b53a70-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:29:00+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f75edb0c-2b16-11ed-8a6f-9a29d82277f2 | InvocationID=f75edd1e-2b16-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:29:00+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064f72ca-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=064f7554-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:29:00+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064f72ca-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=064f7554-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:29:00+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=064f72ca-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=064f7554-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:29:24+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05b537be-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=05b53a70-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:29:24+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148086c2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=14808f64-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:29:25+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=064f72ca-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=064f7554-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:29:25+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153d7868-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=153d7a7a-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:29:25+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153d7868-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=153d7a7a-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:29:25+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=153d7868-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=153d7a7a-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:29:49+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=148086c2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=14808f64-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:29:49+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234953d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=23495b16-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:29:50+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=153d7868-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=153d7a7a-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:29:50+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242e3380-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=242e35f6-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:29:51+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242e3380-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=242e35f6-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:29:51+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=242e3380-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=242e35f6-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:30:14+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=234953d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=23495b16-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:30:14+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32170f1c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=321711a6-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:30:16+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=242e3380-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=242e35f6-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:30:16+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331d9552-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=331d985e-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:30:16+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331d9552-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=331d985e-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:30:16+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331d9552-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=331d985e-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:30:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32170f1c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=321711a6-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:30:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40db67aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=40db6cdc-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:30:41+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331d9552-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=331d985e-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:30:41+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420af6b8-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=420af906-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:30:41+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420af6b8-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=420af906-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:30:41+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420af6b8-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=420af906-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:03+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40db67aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=40db6cdc-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:31:03+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fa32be2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=4fa32e62-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:31:06+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420af6b8-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=420af906-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:31:06+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f7f540-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=50f7f734-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:31:06+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f7f540-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=50f7f734-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:06+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f7f540-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=50f7f734-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:28+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fa32be2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=4fa32e62-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:31:28+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6c5072-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5e6c52f2-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:31:31+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f7f540-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=50f7f734-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:31:31+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fea78c0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5fea7c08-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:31:31+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fea78c0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5fea7c08-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:31+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fea78c0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5fea7c08-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:53+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e6c5072-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5e6c52f2-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:31:53+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d3243f0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6d32477e-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:31:56+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fea78c0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=5fea7c08-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:31:56+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed8ae74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6ed8b0a4-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:31:56+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed8ae74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6ed8b0a4-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:31:56+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed8ae74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6ed8b0a4-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:32:18+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d3243f0-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6d32477e-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:32:18+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c03bd96-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7c03d632-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:32:21+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed8ae74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=6ed8b0a4-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:32:21+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc7cfaa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7dc7d220-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:32:21+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc7cfaa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7dc7d220-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:32:21+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dc7cfaa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7dc7d220-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:32:43+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c03bd96-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7c03d632-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:32:43+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8accfd74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8acd02ce-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:32:46+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dc7cfaa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=7dc7d220-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:32:46+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb550d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8cb55302-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:32:46+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cb550d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8cb55302-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:32:46+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb550d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8cb55302-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:33:07+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8accfd74-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8acd02ce-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:33:07+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9996c588-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9996c8ee-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:33:11+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cb550d2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=8cb55302-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:33:11+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba583aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9ba58756-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:33:11+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ba583aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9ba58756-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:33:11+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba583aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9ba58756-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:33:32+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9996c588-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9996c8ee-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:33:32+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a860daa4-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=a860e17a-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:33:36+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ba583aa-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=9ba58756-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:33:36+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa955eb2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=aa9562cc-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:33:36+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa955eb2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=aa9562cc-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:33:36+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa955eb2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=aa9562cc-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:33:57+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a860daa4-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=a860e17a-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:33:57+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b726ffb4-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b7270180-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:34:01+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa955eb2-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=aa9562cc-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:34:01+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b982515a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b9825402-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:34:01+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b982515a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b9825402-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:34:01+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b982515a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b9825402-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:34:22+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b726ffb4-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b7270180-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:34:22+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5eca56c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c5ecab3e-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:34:26+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b982515a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=b9825402-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:34:26+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8718d2a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c8719004-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:34:26+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8718d2a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c8719004-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:34:26+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8718d2a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c8719004-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:34:47+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5eca56c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c5ecab3e-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:34:47+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b39286-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d4b39754-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:34:51+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8718d2a-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=c8719004-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:34:51+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d760bd24-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d760bf86-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:34:51+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d760bd24-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d760bf86-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:34:51+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d760bd24-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d760bf86-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:35:11+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4b39286-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d4b39754-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:35:11+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e37f5ec6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e37f61b4-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:35:16+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d760bd24-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=d760bf86-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:35:16+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e651049c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e65106e0-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:35:16+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e651049c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e65106e0-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:35:16+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e651049c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e65106e0-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:35:36+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e37f5ec6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e37f61b4-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:35:36+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f244f63c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f244f92a-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:35:41+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e651049c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=e65106e0-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:35:41+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53e4ef6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f53e523e-2b17-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:35:41+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53e4ef6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f53e523e-2b17-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:35:41+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53e4ef6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f53e523e-2b17-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:01+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f244f63c-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f244f92a-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:36:01+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010bc7b8-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=010bca88-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:36:06+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53e4ef6-2b17-11ed-8a6f-9a29d82277f2 | InvocationID=f53e523e-2b17-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:36:06+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042f6c60-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=042f6e40-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:36:06+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042f6c60-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=042f6e40-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:06+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042f6c60-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=042f6e40-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:26+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=010bc7b8-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=010bca88-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:36:26+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fd3ed48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=0fd3efdc-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:36:31+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042f6c60-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=042f6e40-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:36:31+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131d9f30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=131da1d8-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:36:31+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131d9f30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=131da1d8-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:31+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=131d9f30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=131da1d8-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:51+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fd3ed48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=0fd3efdc-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:36:51+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9aebd8-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=1e9aedae-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:36:56+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=131d9f30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=131da1d8-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:36:56+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220d353c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=220d37bc-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:36:56+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220d353c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=220d37bc-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:36:56+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220d353c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=220d37bc-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:37:15+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e9aebd8-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=1e9aedae-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:37:15+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d603114-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=2d60334e-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:37:21+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220d353c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=220d37bc-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:37:21+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fd654e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=30fd67ec-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:37:21+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fd654e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=30fd67ec-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:37:21+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30fd654e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=30fd67ec-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:37:40+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d603114-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=2d60334e-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:37:40+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c26391e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3c263b4e-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:37:46+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30fd654e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=30fd67ec-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:37:46+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3feb1d30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3feb1fb0-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:37:47+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3feb1d30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3feb1fb0-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:37:47+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3feb1d30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3feb1fb0-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:38:05+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c26391e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3c263b4e-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:38:05+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aed8740-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4aed89b6-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:38:12+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3feb1d30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=3feb1fb0-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:38:12+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4edb9964-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4edb9c66-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:38:12+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4edb9964-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4edb9c66-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:38:12+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4edb9964-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4edb9c66-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:38:30+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4aed8740-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4aed89b6-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:38:30+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b44c28-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=59b44e44-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:38:37+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4edb9964-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=4edb9c66-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:38:37+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dcc74c0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=5dcc768c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:38:37+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dcc74c0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=5dcc768c-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:38:37+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dcc74c0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=5dcc768c-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:38:55+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b44c28-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=59b44e44-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:38:55+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6881e418-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6881e6a2-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:39:02+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dcc74c0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=5dcc768c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:39:02+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb9dae0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6cb9dd06-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:39:02+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb9dae0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6cb9dd06-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:39:02+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb9dae0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6cb9dd06-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:39:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6881e418-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6881e6a2-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:39:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7745a8a4-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7745ab2e-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:39:27+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cb9dae0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=6cb9dd06-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:39:27+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba83a6a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7ba83cb8-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:39:27+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba83a6a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7ba83cb8-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:39:27+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba83a6a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7ba83cb8-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:39:44+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7745a8a4-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7745ab2e-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:39:44+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860db250-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=860db520-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:39:52+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ba83a6a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=7ba83cb8-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:39:52+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a966e48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=8a9673fc-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:39:52+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a966e48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=8a9673fc-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:39:52+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a966e48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=8a9673fc-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:40:09+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860db250-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=860db520-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:40:09+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d60a30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=94d61110-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:40:17+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a966e48-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=8a9673fc-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:40:17+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998502ca-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=99850c0c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:40:17+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998502ca-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=99850c0c-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:40:17+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998502ca-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=99850c0c-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:40:34+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94d60a30-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=94d61110-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:40:34+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a39db914-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a39dbbbc-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:40:42+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998502ca-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=99850c0c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:40:42+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8743eea-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a874414c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:40:42+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8743eea-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a874414c-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:40:42+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8743eea-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a874414c-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:40:59+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a39db914-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a39dbbbc-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:40:59+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b26af88a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b26afcb8-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:41:07+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8743eea-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=a874414c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:41:07+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b76148d0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b7614b8c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:41:07+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b76148d0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b7614b8c-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:41:07+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b76148d0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b7614b8c-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:41:23+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b26af88a-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b26afcb8-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:41:23+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1344d62-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c1345460-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:41:32+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b76148d0-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=b7614b8c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:41:32+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64ed330-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c64ed826-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:41:32+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64ed330-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c64ed826-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:41:32+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64ed330-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c64ed826-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:41:48+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1344d62-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c1345460-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:41:48+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0006d4e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d0006fc4-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:41:57+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64ed330-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=c64ed826-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:41:57+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53bfcec-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d53bfeb8-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:41:57+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53bfcec-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d53bfeb8-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:41:57+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53bfcec-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d53bfeb8-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:42:13+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0006d4e-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d0006fc4-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:42:13+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=decb59c4-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=decb5f32-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:42:22+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53bfcec-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=d53bfeb8-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:42:22+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4280cdc-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=e4281128-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:42:22+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4280cdc-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=e4281128-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:42:22+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4280cdc-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=e4281128-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:42:38+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=decb59c4-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=decb5f32-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:42:38+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed900d10-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=ed900f7c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:42:47+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4280cdc-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=e4281128-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:42:47+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f314875c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=f31489e6-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:42:47+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f314875c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=f31489e6-2b18-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:42:47+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f314875c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=f31489e6-2b18-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:43:03+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed900d10-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=ed900f7c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:43:03+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc562410-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=fc56276c-2b18-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:43:12+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f314875c-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=f31489e6-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:43:12+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020177f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=020179e6-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:43:12+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020177f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=020179e6-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:43:12+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020177f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=020179e6-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:43:27+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc562410-2b18-11ed-8a6f-9a29d82277f2 | InvocationID=fc56276c-2b18-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:43:27+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b211734-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=0b211a04-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:43:37+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020177f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=020179e6-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:43:37+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ee4b64-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=10ee4dd0-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:43:37+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ee4b64-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=10ee4dd0-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:43:37+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10ee4b64-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=10ee4dd0-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:43:52+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b211734-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=0b211a04-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:43:52+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19eb4154-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=19eb4320-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:44:02+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10ee4b64-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=10ee4dd0-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:44:02+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdcf7d8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=1fdcfa1c-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:44:02+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fdcf7d8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=1fdcfa1c-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:44:02+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdcf7d8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=1fdcfa1c-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:44:17+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19eb4154-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=19eb4320-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:44:17+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b6ceba-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=28b6d216-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:44:27+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fdcf7d8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=1fdcfa1c-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:44:27+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecdc43e-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=2ecdcc18-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:44:27+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecdc43e-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=2ecdcc18-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:44:27+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecdc43e-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=2ecdcc18-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:44:42+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28b6ceba-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=28b6d216-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:44:42+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377a77a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=377a7a14-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:44:52+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecdc43e-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=2ecdcc18-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:44:52+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc0b05a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=3dc0b294-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:44:52+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc0b05a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=3dc0b294-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:44:52+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc0b05a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=3dc0b294-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:45:07+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=377a77a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=377a7a14-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:45:07+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463ebe52-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=463ec032-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:45:17+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc0b05a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=3dc0b294-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:45:17+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb2e7cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=4cb2ea56-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:45:17+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb2e7cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=4cb2ea56-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:45:17+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb2e7cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=4cb2ea56-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:45:31+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=463ebe52-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=463ec032-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:45:31+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=550c3cd4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=550c4008-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:45:42+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb2e7cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=4cb2ea56-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:45:42+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba15e8a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=5ba16114-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:45:43+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba15e8a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=5ba16114-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:45:43+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ba15e8a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=5ba16114-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:45:56+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=550c3cd4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=550c4008-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:45:56+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d6e278-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=63d6e502-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:46:08+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ba15e8a-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=5ba16114-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:46:08+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a92eec2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=6a92f08e-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:46:08+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a92eec2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=6a92f08e-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:46:08+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a92eec2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=6a92f08e-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:46:21+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63d6e278-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=63d6e502-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:46:21+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=729e3d9c-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=729e41fc-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:46:33+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a92eec2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=6a92f08e-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:46:33+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79802eea-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=7980314c-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:46:33+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79802eea-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=7980314c-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:46:33+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79802eea-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=7980314c-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:46:46+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=729e3d9c-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=729e41fc-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:46:46+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8165b9cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=81662be6-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:46:58+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79802eea-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=7980314c-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:46:58+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=886d21e2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=886d258e-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:46:58+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=886d21e2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=886d258e-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:46:58+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=886d21e2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=886d258e-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:47:11+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8165b9cc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=81662be6-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:47:11+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902f3e88-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=902f40f4-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:47:23+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=886d21e2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=886d258e-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:47:23+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975ae874-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=975aeb12-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:47:23+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975ae874-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=975aeb12-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:47:23+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=975ae874-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=975aeb12-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:47:35+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=902f3e88-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=902f40f4-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:47:35+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef5b848-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=9ef5bc94-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:47:48+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=975ae874-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=975aeb12-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:47:48+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a647c564-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=a647c7d0-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:47:48+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a647c564-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=a647c7d0-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:47:48+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a647c564-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=a647c7d0-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:48:00+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ef5b848-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=9ef5bc94-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:48:00+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adbc83f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=adbc87d0-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:48:13+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a647c564-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=a647c7d0-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:48:13+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b53c1200-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=b53c14a8-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:48:13+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b53c1200-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=b53c14a8-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:48:13+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b53c1200-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=b53c14a8-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:48:25+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adbc83f2-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=adbc87d0-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:48:25+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc83bf40-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=bc83c184-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:48:38+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b53c1200-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=b53c14a8-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:48:38+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c42b87b4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=c42b8ac0-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:48:38+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c42b87b4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=c42b8ac0-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:48:38+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c42b87b4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=c42b8ac0-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:48:50+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc83bf40-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=bc83c184-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:48:50+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb49c2a4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=cb49c574-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:49:03+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c42b87b4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=c42b8ac0-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:49:03+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31ab358-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=d31ab5c4-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:49:03+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31ab358-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=d31ab5c4-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:49:03+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d31ab358-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=d31ab5c4-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:49:15+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb49c2a4-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=cb49c574-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:49:15+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da11aa7c-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=da11ad92-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:49:28+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d31ab358-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=d31ab5c4-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:49:28+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20ca8a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e20caa74-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:49:28+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20ca8a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e20caa74-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:49:28+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e20ca8a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e20caa74-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:49:39+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da11aa7c-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=da11ad92-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:49:39+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d67024-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e8d6734e-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:49:53+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e20ca8a8-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e20caa74-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:49:53+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fa34ac-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f0fa374a-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:49:53+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fa34ac-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f0fa374a-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:49:53+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fa34ac-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f0fa374a-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:50:04+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8d67024-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=e8d6734e-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:50:04+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79d03fc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f79d0992-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:50:18+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fa34ac-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f0fa374a-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:50:18+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe64578-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=ffe64a6e-2b19-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:50:18+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe64578-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=ffe64a6e-2b19-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:50:18+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffe64578-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=ffe64a6e-2b19-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:50:29+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f79d03fc-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=f79d0992-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:50:29+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06634a7c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=06634cde-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:50:43+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffe64578-2b19-11ed-8a6f-9a29d82277f2 | InvocationID=ffe64a6e-2b19-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:50:43+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed5a89e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=0ed5ac40-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:50:43+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed5a89e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=0ed5ac40-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:50:43+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed5a89e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=0ed5ac40-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:50:54+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06634a7c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=06634cde-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:50:54+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1529a8e4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1529ab82-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:51:08+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed5a89e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=0ed5ac40-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:51:08+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc41a52-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1dc41d4a-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:51:08+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc41a52-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1dc41d4a-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:51:08+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc41a52-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1dc41d4a-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:51:19+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1529a8e4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1529ab82-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:51:19+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ecf868-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=23ecfafc-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:51:33+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc41a52-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=1dc41d4a-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:51:33+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb099a0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=2cb0a652-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:51:33+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb099a0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=2cb0a652-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:51:33+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cb099a0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=2cb0a652-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:51:43+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23ecf868-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=23ecfafc-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:51:43+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b7e10a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=32b7e36c-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:51:58+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cb099a0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=2cb0a652-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:51:58+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b9f6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=3b9f6d60-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:51:58+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b9f6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=3b9f6d60-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:51:58+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b9f6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=3b9f6d60-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:52:08+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32b7e10a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=32b7e36c-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:52:08+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417f809e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=417f83c8-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:52:23+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b9f6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=3b9f6d60-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:52:23+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8dd7b2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=4a8dda64-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:52:23+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8dd7b2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=4a8dda64-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:52:23+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a8dd7b2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=4a8dda64-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:52:33+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=417f809e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=417f83c8-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:52:33+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5052b3b6-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=5052b67c-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:52:48+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a8dd7b2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=4a8dda64-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:52:48+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=597ecb3c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=597ecf06-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:52:48+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=597ecb3c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=597ecf06-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:52:48+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=597ecb3c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=597ecf06-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:52:58+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5052b3b6-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=5052b67c-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:52:58+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1a3590-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=5f1a3838-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:53:13+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=597ecb3c-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=597ecf06-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:53:13+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686dec0e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=686df1c2-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:53:13+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686dec0e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=686df1c2-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:53:13+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=686dec0e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=686df1c2-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:53:23+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f1a3590-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=5f1a3838-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:53:23+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de3ab88-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=6de3ad90-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:53:39+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=686dec0e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=686df1c2-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:53:39+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=775c30f4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=775c3400-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:53:39+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=775c30f4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=775c3400-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:53:39+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=775c30f4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=775c3400-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:53:47+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6de3ab88-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=6de3ad90-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:53:47+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7caa1698-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=7caa18fa-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:54:04+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=775c30f4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=775c3400-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:54:04+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864c595e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=864c5c7e-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:54:04+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864c595e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=864c5c7e-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:54:04+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864c595e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=864c5c7e-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:54:12+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7caa1698-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=7caa18fa-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:54:12+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7326c4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=8b732a7a-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:54:29+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864c595e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=864c5c7e-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:54:29+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=953c2494-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=953c26d8-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:54:29+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=953c2494-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=953c26d8-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:54:29+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=953c2494-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=953c26d8-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:54:37+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b7326c4-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=8b732a7a-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:54:37+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3b6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=9a3b6cfc-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:54:54+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=953c2494-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=953c26d8-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:54:54+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42979f2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a4298f32-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:54:54+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42979f2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a4298f32-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:54:54+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42979f2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a4298f32-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:55:02+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a3b6a9a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=9a3b6cfc-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:55:02+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9043584-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a90437f0-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:55:19+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42979f2-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a4298f32-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:55:19+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b31c5290-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b31c54e8-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:55:19+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b31c5290-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b31c54e8-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:55:19+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b31c5290-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b31c54e8-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:55:27+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9043584-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=a90437f0-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:55:27+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7cb160a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b7cb17ea-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:55:44+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b31c5290-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b31c54e8-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:55:44+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c209ef06-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c209f6cc-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:55:44+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c209ef06-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c209f6cc-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:55:44+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c209ef06-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c209f6cc-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:55:51+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7cb160a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=b7cb17ea-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:55:51+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6923e8e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c692432a-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:56:09+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c209ef06-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c209f6cc-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:56:09+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f78776-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d0f78a96-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:56:09+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f78776-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d0f78a96-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:56:09+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f78776-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d0f78a96-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:56:16+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6923e8e-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=c692432a-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:56:16+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d556d060-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d556d2fe-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:56:34+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f78776-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d0f78a96-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:56:34+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe6271a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=dfe628e6-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:56:34+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe6271a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=dfe628e6-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:56:34+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe6271a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=dfe628e6-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:56:41+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d556d060-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=d556d2fe-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:56:41+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e41e2576-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=e41e2dc8-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:56:59+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe6271a-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=dfe628e6-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:56:59+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed1b172-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=eed1b4ec-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:56:59+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed1b172-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=eed1b4ec-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:56:59+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eed1b172-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=eed1b4ec-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:57:06+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e41e2576-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=e41e2dc8-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:57:06+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e3bcb0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=f2e3bf30-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:57:24+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eed1b172-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=eed1b4ec-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:57:24+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc2d648-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=fdc2da26-2b1a-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:57:24+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc2d648-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=fdc2da26-2b1a-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:57:24+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc2d648-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=fdc2da26-2b1a-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:57:31+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2e3bcb0-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=f2e3bf30-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:57:31+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a99c74-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=01a99f1c-2b1b-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:57:49+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc2d648-2b1a-11ed-8a6f-9a29d82277f2 | InvocationID=fdc2da26-2b1a-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:57:49+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cb2ff98-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=0cb30240-2b1b-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:57:49+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cb2ff98-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=0cb30240-2b1b-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:57:49+0000 | policy_event_thread | 140403792292640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cb2ff98-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=0cb30240-2b1b-11ed-8a6f-9a29d82277f2 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-02T23:57:55+0000 | aai_event_thread | 140403791231776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a99c74-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=01a99f1c-2b1b-11ed-8a6f-9a29d82277f2 | Polling MR for XNF AAI events.
2022-09-02T23:57:55+0000 | aai_event_thread | 140403791231776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106e8e40-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=106e9066-2b1b-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-09-02T23:58:14+0000 | policy_event_thread | 140403792292640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cb2ff98-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=0cb30240-2b1b-11ed-8a6f-9a29d82277f2 | Polling MR for XNF activation/deactivation policy response events.
2022-09-02T23:58:14+0000 | policy_event_thread | 140403792292640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9f89b8-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=1b9f8bd4-2b1b-11ed-8a6f-9a29d82277f2 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-09-02T23:58:14+0000 | policy_event_thread | 140403792292640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9f89b8-2b1b-11ed-8a6f-9a29d82277f2 | InvocationID=1b9f8bd4-2b1b-11ed-8a6f-9a29d82277f2 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in rais