/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-01-16T05:06:04+0000 | MainThread | 140675559673160 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-01-16T05:06:04+0000 | MainThread | 140675559673160 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2023-01-16T05:06:04+0000 | MainThread | 140675559673160 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-01-16T05:06:04+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:06:04+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-01-16T05:06:04+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a535016-955b-11ed-9463-b67d18810978 | InvocationID=7a53521e-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:06:04+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a5383c4-955b-11ed-9463-b67d18810978 | InvocationID=7a538522-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:06:04+0000 | MainThread | 140675559673160 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-01-16T05:06:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a5383c4-955b-11ed-9463-b67d18810978 | InvocationID=7a538522-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:05+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a535016-955b-11ed-9463-b67d18810978 | InvocationID=7a53521e-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:06:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a5383c4-955b-11ed-9463-b67d18810978 | InvocationID=7a538522-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:05+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a535016-955b-11ed-9463-b67d18810978 | InvocationID=7a53521e-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:06:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a5383c4-955b-11ed-9463-b67d18810978 | InvocationID=7a538522-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:06:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868dc4ce-955b-11ed-9463-b67d18810978 | InvocationID=868dc744-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:06:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868dc4ce-955b-11ed-9463-b67d18810978 | InvocationID=868dc744-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=868dc4ce-955b-11ed-9463-b67d18810978 | InvocationID=868dc744-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:30+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a535016-955b-11ed-9463-b67d18810978 | InvocationID=7a53521e-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:06:30+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8988d614-955b-11ed-9463-b67d18810978 | InvocationID=8988d858-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:06:30+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8988d614-955b-11ed-9463-b67d18810978 | InvocationID=8988d858-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:06:30+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8988d614-955b-11ed-9463-b67d18810978 | InvocationID=8988d858-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:06:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=868dc4ce-955b-11ed-9463-b67d18810978 | InvocationID=868dc744-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:06:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9280768c-955b-11ed-9463-b67d18810978 | InvocationID=9280806e-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:06:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9280768c-955b-11ed-9463-b67d18810978 | InvocationID=9280806e-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9280768c-955b-11ed-9463-b67d18810978 | InvocationID=9280806e-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:06:55+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8988d614-955b-11ed-9463-b67d18810978 | InvocationID=8988d858-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:06:55+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=987faf26-955b-11ed-9463-b67d18810978 | InvocationID=987fb1ba-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:06:55+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=987faf26-955b-11ed-9463-b67d18810978 | InvocationID=987fb1ba-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:06:55+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=987faf26-955b-11ed-9463-b67d18810978 | InvocationID=987fb1ba-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:07:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9280768c-955b-11ed-9463-b67d18810978 | InvocationID=9280806e-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:07:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e73bbd4-955b-11ed-9463-b67d18810978 | InvocationID=9e73bde6-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:07:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e73bbd4-955b-11ed-9463-b67d18810978 | InvocationID=9e73bde6-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e73bbd4-955b-11ed-9463-b67d18810978 | InvocationID=9e73bde6-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:20+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=987faf26-955b-11ed-9463-b67d18810978 | InvocationID=987fb1ba-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:07:20+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76d16b8-955b-11ed-9463-b67d18810978 | InvocationID=a76d2036-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:07:20+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76d16b8-955b-11ed-9463-b67d18810978 | InvocationID=a76d2036-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:07:20+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76d16b8-955b-11ed-9463-b67d18810978 | InvocationID=a76d2036-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:07:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e73bbd4-955b-11ed-9463-b67d18810978 | InvocationID=9e73bde6-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:07:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa67591e-955b-11ed-9463-b67d18810978 | InvocationID=aa675ba8-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:07:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa67591e-955b-11ed-9463-b67d18810978 | InvocationID=aa675ba8-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa67591e-955b-11ed-9463-b67d18810978 | InvocationID=aa675ba8-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa67591e-955b-11ed-9463-b67d18810978 | InvocationID=aa675ba8-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:07:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6576f48-955b-11ed-9463-b67d18810978 | InvocationID=b657716e-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:07:45+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76d16b8-955b-11ed-9463-b67d18810978 | InvocationID=a76d2036-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:07:45+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65be0a0-955b-11ed-9463-b67d18810978 | InvocationID=b65be280-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:07:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6576f48-955b-11ed-9463-b67d18810978 | InvocationID=b657716e-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6576f48-955b-11ed-9463-b67d18810978 | InvocationID=b657716e-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:07:45+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65be0a0-955b-11ed-9463-b67d18810978 | InvocationID=b65be280-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:07:45+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b65be0a0-955b-11ed-9463-b67d18810978 | InvocationID=b65be280-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:08:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6576f48-955b-11ed-9463-b67d18810978 | InvocationID=b657716e-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:08:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24a8772-955b-11ed-9463-b67d18810978 | InvocationID=c24a8c40-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:08:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24a8772-955b-11ed-9463-b67d18810978 | InvocationID=c24a8c40-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:08:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24a8772-955b-11ed-9463-b67d18810978 | InvocationID=c24a8c40-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:08:10+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b65be0a0-955b-11ed-9463-b67d18810978 | InvocationID=b65be280-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:08:10+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c547b198-955b-11ed-9463-b67d18810978 | InvocationID=c547b38c-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:08:10+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c547b198-955b-11ed-9463-b67d18810978 | InvocationID=c547b38c-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:08:10+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c547b198-955b-11ed-9463-b67d18810978 | InvocationID=c547b38c-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:08:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24a8772-955b-11ed-9463-b67d18810978 | InvocationID=c24a8c40-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:08:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3acd26-955b-11ed-9463-b67d18810978 | InvocationID=ce3acfce-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:08:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3acd26-955b-11ed-9463-b67d18810978 | InvocationID=ce3acfce-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:08:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce3acd26-955b-11ed-9463-b67d18810978 | InvocationID=ce3acfce-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:08:35+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c547b198-955b-11ed-9463-b67d18810978 | InvocationID=c547b38c-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:08:35+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4342c2c-955b-11ed-9463-b67d18810978 | InvocationID=d4342dee-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:08:35+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4342c2c-955b-11ed-9463-b67d18810978 | InvocationID=d4342dee-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:08:35+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4342c2c-955b-11ed-9463-b67d18810978 | InvocationID=d4342dee-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:08:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce3acd26-955b-11ed-9463-b67d18810978 | InvocationID=ce3acfce-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:08:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2a89a0-955b-11ed-9463-b67d18810978 | InvocationID=da2a8b58-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:08:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2a89a0-955b-11ed-9463-b67d18810978 | InvocationID=da2a8b58-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:08:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da2a89a0-955b-11ed-9463-b67d18810978 | InvocationID=da2a8b58-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:00+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4342c2c-955b-11ed-9463-b67d18810978 | InvocationID=d4342dee-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:09:00+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31ebb3a-955b-11ed-9463-b67d18810978 | InvocationID=e31ebe46-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:09:00+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31ebb3a-955b-11ed-9463-b67d18810978 | InvocationID=e31ebe46-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:09:00+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31ebb3a-955b-11ed-9463-b67d18810978 | InvocationID=e31ebe46-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:09:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da2a89a0-955b-11ed-9463-b67d18810978 | InvocationID=da2a8b58-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:09:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61afaba-955b-11ed-9463-b67d18810978 | InvocationID=e61afd12-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:09:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61afaba-955b-11ed-9463-b67d18810978 | InvocationID=e61afd12-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61afaba-955b-11ed-9463-b67d18810978 | InvocationID=e61afd12-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:25+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31ebb3a-955b-11ed-9463-b67d18810978 | InvocationID=e31ebe46-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:09:25+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20a0bcc-955b-11ed-9463-b67d18810978 | InvocationID=f20a0f1e-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:09:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61afaba-955b-11ed-9463-b67d18810978 | InvocationID=e61afd12-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:09:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20c2b6e-955b-11ed-9463-b67d18810978 | InvocationID=f20c2d1c-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:09:25+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20a0bcc-955b-11ed-9463-b67d18810978 | InvocationID=f20a0f1e-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:09:25+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20a0bcc-955b-11ed-9463-b67d18810978 | InvocationID=f20a0f1e-955b-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:09:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20c2b6e-955b-11ed-9463-b67d18810978 | InvocationID=f20c2d1c-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20c2b6e-955b-11ed-9463-b67d18810978 | InvocationID=f20c2d1c-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20c2b6e-955b-11ed-9463-b67d18810978 | InvocationID=f20c2d1c-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:09:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdfec3f0-955b-11ed-9463-b67d18810978 | InvocationID=fdfec5ee-955b-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:09:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdfec3f0-955b-11ed-9463-b67d18810978 | InvocationID=fdfec5ee-955b-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdfec3f0-955b-11ed-9463-b67d18810978 | InvocationID=fdfec5ee-955b-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:09:50+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20a0bcc-955b-11ed-9463-b67d18810978 | InvocationID=f20a0f1e-955b-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:09:50+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f5d5a8-955c-11ed-9463-b67d18810978 | InvocationID=00f5d896-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:09:50+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f5d5a8-955c-11ed-9463-b67d18810978 | InvocationID=00f5d896-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:09:50+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f5d5a8-955c-11ed-9463-b67d18810978 | InvocationID=00f5d896-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:10:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdfec3f0-955b-11ed-9463-b67d18810978 | InvocationID=fdfec5ee-955b-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:10:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ee8560-955c-11ed-9463-b67d18810978 | InvocationID=09ee872c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:10:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ee8560-955c-11ed-9463-b67d18810978 | InvocationID=09ee872c-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:10:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ee8560-955c-11ed-9463-b67d18810978 | InvocationID=09ee872c-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:10:15+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f5d5a8-955c-11ed-9463-b67d18810978 | InvocationID=00f5d896-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:10:15+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe0d27a-955c-11ed-9463-b67d18810978 | InvocationID=0fe0d45a-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:10:15+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe0d27a-955c-11ed-9463-b67d18810978 | InvocationID=0fe0d45a-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:10:15+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe0d27a-955c-11ed-9463-b67d18810978 | InvocationID=0fe0d45a-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:10:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ee8560-955c-11ed-9463-b67d18810978 | InvocationID=09ee872c-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:10:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15df4170-955c-11ed-9463-b67d18810978 | InvocationID=15df4404-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:10:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15df4170-955c-11ed-9463-b67d18810978 | InvocationID=15df4404-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:10:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15df4170-955c-11ed-9463-b67d18810978 | InvocationID=15df4404-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:10:40+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe0d27a-955c-11ed-9463-b67d18810978 | InvocationID=0fe0d45a-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:10:40+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ecc1722-955c-11ed-9463-b67d18810978 | InvocationID=1ecc1a60-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:10:40+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ecc1722-955c-11ed-9463-b67d18810978 | InvocationID=1ecc1a60-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:10:40+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ecc1722-955c-11ed-9463-b67d18810978 | InvocationID=1ecc1a60-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:10:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15df4170-955c-11ed-9463-b67d18810978 | InvocationID=15df4404-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:10:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21d08a3e-955c-11ed-9463-b67d18810978 | InvocationID=21d08c3c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:10:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21d08a3e-955c-11ed-9463-b67d18810978 | InvocationID=21d08c3c-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:10:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21d08a3e-955c-11ed-9463-b67d18810978 | InvocationID=21d08c3c-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:05+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ecc1722-955c-11ed-9463-b67d18810978 | InvocationID=1ecc1a60-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:11:05+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2db7369a-955c-11ed-9463-b67d18810978 | InvocationID=2db7385c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:11:05+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2db7369a-955c-11ed-9463-b67d18810978 | InvocationID=2db7385c-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:11:05+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2db7369a-955c-11ed-9463-b67d18810978 | InvocationID=2db7385c-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:11:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21d08a3e-955c-11ed-9463-b67d18810978 | InvocationID=21d08c3c-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:11:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc0baa8-955c-11ed-9463-b67d18810978 | InvocationID=2dc0bbf2-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:11:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc0baa8-955c-11ed-9463-b67d18810978 | InvocationID=2dc0bbf2-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dc0baa8-955c-11ed-9463-b67d18810978 | InvocationID=2dc0bbf2-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dc0baa8-955c-11ed-9463-b67d18810978 | InvocationID=2dc0bbf2-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:11:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b059cc-955c-11ed-9463-b67d18810978 | InvocationID=39b069bc-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:11:25+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b059cc-955c-11ed-9463-b67d18810978 | InvocationID=39b069bc-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:25+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39b059cc-955c-11ed-9463-b67d18810978 | InvocationID=39b069bc-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:30+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2db7369a-955c-11ed-9463-b67d18810978 | InvocationID=2db7385c-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:11:30+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ca30828-955c-11ed-9463-b67d18810978 | InvocationID=3ca309ea-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:11:30+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ca30828-955c-11ed-9463-b67d18810978 | InvocationID=3ca309ea-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:11:30+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ca30828-955c-11ed-9463-b67d18810978 | InvocationID=3ca309ea-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:11:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39b059cc-955c-11ed-9463-b67d18810978 | InvocationID=39b069bc-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:11:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a08b3a-955c-11ed-9463-b67d18810978 | InvocationID=45a08d24-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:11:45+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a08b3a-955c-11ed-9463-b67d18810978 | InvocationID=45a08d24-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:45+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45a08b3a-955c-11ed-9463-b67d18810978 | InvocationID=45a08d24-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:11:55+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ca30828-955c-11ed-9463-b67d18810978 | InvocationID=3ca309ea-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:11:55+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b8d71a2-955c-11ed-9463-b67d18810978 | InvocationID=4b8d73dc-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:11:55+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b8d71a2-955c-11ed-9463-b67d18810978 | InvocationID=4b8d73dc-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:11:55+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b8d71a2-955c-11ed-9463-b67d18810978 | InvocationID=4b8d73dc-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:12:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45a08b3a-955c-11ed-9463-b67d18810978 | InvocationID=45a08d24-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:12:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5192f4aa-955c-11ed-9463-b67d18810978 | InvocationID=5192f770-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:12:05+0000 | aai_event_thread | 140675508890400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5192f4aa-955c-11ed-9463-b67d18810978 | InvocationID=5192f770-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:12:05+0000 | aai_event_thread | 140675508890400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5192f4aa-955c-11ed-9463-b67d18810978 | InvocationID=5192f770-955c-11ed-9463-b67d18810978 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-16T05:12:20+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b8d71a2-955c-11ed-9463-b67d18810978 | InvocationID=4b8d73dc-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:12:20+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a79f03c-955c-11ed-9463-b67d18810978 | InvocationID=5a79f3c0-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:12:20+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a79f03c-955c-11ed-9463-b67d18810978 | InvocationID=5a79f3c0-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:12:20+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a79f03c-955c-11ed-9463-b67d18810978 | InvocationID=5a79f3c0-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:12:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5192f4aa-955c-11ed-9463-b67d18810978 | InvocationID=5192f770-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:12:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d8550d2-955c-11ed-9463-b67d18810978 | InvocationID=5d85533e-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:12:45+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a79f03c-955c-11ed-9463-b67d18810978 | InvocationID=5a79f3c0-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:12:45+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6964f6c8-955c-11ed-9463-b67d18810978 | InvocationID=6964fa2e-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:12:45+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6964f6c8-955c-11ed-9463-b67d18810978 | InvocationID=6964fa2e-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:12:45+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6964f6c8-955c-11ed-9463-b67d18810978 | InvocationID=6964fa2e-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:12:50+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d8550d2-955c-11ed-9463-b67d18810978 | InvocationID=5d85533e-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:12:50+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c09f14e-955c-11ed-9463-b67d18810978 | InvocationID=6c09f3ba-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:13:10+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c09f14e-955c-11ed-9463-b67d18810978 | InvocationID=6c09f3ba-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:13:10+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7801dade-955c-11ed-9463-b67d18810978 | InvocationID=7801dcfa-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:13:10+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6964f6c8-955c-11ed-9463-b67d18810978 | InvocationID=6964fa2e-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:13:10+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78501492-955c-11ed-9463-b67d18810978 | InvocationID=78501640-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:13:10+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78501492-955c-11ed-9463-b67d18810978 | InvocationID=78501640-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:13:10+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78501492-955c-11ed-9463-b67d18810978 | InvocationID=78501640-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:13:30+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7801dade-955c-11ed-9463-b67d18810978 | InvocationID=7801dcfa-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:13:30+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83f73b36-955c-11ed-9463-b67d18810978 | InvocationID=83f73cf8-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:13:35+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78501492-955c-11ed-9463-b67d18810978 | InvocationID=78501640-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:13:35+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=873aac7e-955c-11ed-9463-b67d18810978 | InvocationID=873aae2c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:13:35+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=873aac7e-955c-11ed-9463-b67d18810978 | InvocationID=873aae2c-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:13:35+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=873aac7e-955c-11ed-9463-b67d18810978 | InvocationID=873aae2c-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:13:50+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83f73b36-955c-11ed-9463-b67d18810978 | InvocationID=83f73cf8-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:13:50+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ffa5dc8-955c-11ed-9463-b67d18810978 | InvocationID=8ffa5fda-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:14:00+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=873aac7e-955c-11ed-9463-b67d18810978 | InvocationID=873aae2c-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:14:00+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9625f5c2-955c-11ed-9463-b67d18810978 | InvocationID=9625f7a2-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:14:00+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9625f5c2-955c-11ed-9463-b67d18810978 | InvocationID=9625f7a2-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:14:00+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9625f5c2-955c-11ed-9463-b67d18810978 | InvocationID=9625f7a2-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:14:10+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ffa5dc8-955c-11ed-9463-b67d18810978 | InvocationID=8ffa5fda-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:14:10+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3e88f2-955c-11ed-9463-b67d18810978 | InvocationID=9c3e8b7c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:14:25+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9625f5c2-955c-11ed-9463-b67d18810978 | InvocationID=9625f7a2-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:14:25+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a511cc1e-955c-11ed-9463-b67d18810978 | InvocationID=a511cde0-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:14:25+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a511cc1e-955c-11ed-9463-b67d18810978 | InvocationID=a511cde0-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:14:25+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a511cc1e-955c-11ed-9463-b67d18810978 | InvocationID=a511cde0-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:14:35+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c3e88f2-955c-11ed-9463-b67d18810978 | InvocationID=9c3e8b7c-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:14:35+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab052350-955c-11ed-9463-b67d18810978 | InvocationID=ab052562-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:14:50+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a511cc1e-955c-11ed-9463-b67d18810978 | InvocationID=a511cde0-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:14:50+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3fc9d94-955c-11ed-9463-b67d18810978 | InvocationID=b3fca0f0-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:14:50+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3fc9d94-955c-11ed-9463-b67d18810978 | InvocationID=b3fca0f0-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:14:50+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3fc9d94-955c-11ed-9463-b67d18810978 | InvocationID=b3fca0f0-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:15:00+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab052350-955c-11ed-9463-b67d18810978 | InvocationID=ab052562-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:15:00+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9c81f50-955c-11ed-9463-b67d18810978 | InvocationID=b9c82112-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:15:15+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3fc9d94-955c-11ed-9463-b67d18810978 | InvocationID=b3fca0f0-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:15:15+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e83ebc-955c-11ed-9463-b67d18810978 | InvocationID=c2e8407e-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:15:15+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e83ebc-955c-11ed-9463-b67d18810978 | InvocationID=c2e8407e-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:15:15+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e83ebc-955c-11ed-9463-b67d18810978 | InvocationID=c2e8407e-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:15:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9c81f50-955c-11ed-9463-b67d18810978 | InvocationID=b9c82112-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:15:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c88c629e-955c-11ed-9463-b67d18810978 | InvocationID=c88c6456-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:15:40+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e83ebc-955c-11ed-9463-b67d18810978 | InvocationID=c2e8407e-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:15:40+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d35204-955c-11ed-9463-b67d18810978 | InvocationID=d1d353d0-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:15:40+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d35204-955c-11ed-9463-b67d18810978 | InvocationID=d1d353d0-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:15:40+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d35204-955c-11ed-9463-b67d18810978 | InvocationID=d1d353d0-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:15:50+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c88c629e-955c-11ed-9463-b67d18810978 | InvocationID=c88c6456-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:15:50+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75118e2-955c-11ed-9463-b67d18810978 | InvocationID=d7511b6c-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:16:05+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d35204-955c-11ed-9463-b67d18810978 | InvocationID=d1d353d0-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:16:05+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c1b92c-955c-11ed-9463-b67d18810978 | InvocationID=e0c1bcce-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:16:05+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c1b92c-955c-11ed-9463-b67d18810978 | InvocationID=e0c1bcce-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:16:05+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c1b92c-955c-11ed-9463-b67d18810978 | InvocationID=e0c1bcce-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:16:14+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75118e2-955c-11ed-9463-b67d18810978 | InvocationID=d7511b6c-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:16:14+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e611f630-955c-11ed-9463-b67d18810978 | InvocationID=e611f892-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:16:30+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c1b92c-955c-11ed-9463-b67d18810978 | InvocationID=e0c1bcce-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:16:30+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb097fa-955c-11ed-9463-b67d18810978 | InvocationID=efb09f66-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:16:30+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb097fa-955c-11ed-9463-b67d18810978 | InvocationID=efb09f66-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:16:30+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb097fa-955c-11ed-9463-b67d18810978 | InvocationID=efb09f66-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:16:39+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e611f630-955c-11ed-9463-b67d18810978 | InvocationID=e611f892-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:16:39+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4d33288-955c-11ed-9463-b67d18810978 | InvocationID=f4d3349a-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:16:55+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb097fa-955c-11ed-9463-b67d18810978 | InvocationID=efb09f66-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:16:55+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe9baa84-955c-11ed-9463-b67d18810978 | InvocationID=fe9bad68-955c-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:16:55+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe9baa84-955c-11ed-9463-b67d18810978 | InvocationID=fe9bad68-955c-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:16:55+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe9baa84-955c-11ed-9463-b67d18810978 | InvocationID=fe9bad68-955c-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:17:04+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4d33288-955c-11ed-9463-b67d18810978 | InvocationID=f4d3349a-955c-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:17:04+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03a3c67e-955d-11ed-9463-b67d18810978 | InvocationID=03a3c8ea-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:17:20+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe9baa84-955c-11ed-9463-b67d18810978 | InvocationID=fe9bad68-955c-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:17:20+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d86ee50-955d-11ed-9463-b67d18810978 | InvocationID=0d86f116-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:17:21+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d86ee50-955d-11ed-9463-b67d18810978 | InvocationID=0d86f116-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:17:21+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d86ee50-955d-11ed-9463-b67d18810978 | InvocationID=0d86f116-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:17:29+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03a3c67e-955d-11ed-9463-b67d18810978 | InvocationID=03a3c8ea-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:17:29+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1269b9de-955d-11ed-9463-b67d18810978 | InvocationID=1269c032-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:17:46+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d86ee50-955d-11ed-9463-b67d18810978 | InvocationID=0d86f116-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:17:46+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c73a804-955d-11ed-9463-b67d18810978 | InvocationID=1c73aa02-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:17:46+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c73a804-955d-11ed-9463-b67d18810978 | InvocationID=1c73aa02-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:17:46+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c73a804-955d-11ed-9463-b67d18810978 | InvocationID=1c73aa02-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:17:53+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1269b9de-955d-11ed-9463-b67d18810978 | InvocationID=1269c032-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:17:53+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=212c96e4-955d-11ed-9463-b67d18810978 | InvocationID=212c98ce-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:18:11+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c73a804-955d-11ed-9463-b67d18810978 | InvocationID=1c73aa02-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:18:11+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b5f7fd2-955d-11ed-9463-b67d18810978 | InvocationID=2b5f81d0-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:18:11+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b5f7fd2-955d-11ed-9463-b67d18810978 | InvocationID=2b5f81d0-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:18:11+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b5f7fd2-955d-11ed-9463-b67d18810978 | InvocationID=2b5f81d0-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:18:18+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=212c96e4-955d-11ed-9463-b67d18810978 | InvocationID=212c98ce-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:18:18+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff11d1c-955d-11ed-9463-b67d18810978 | InvocationID=2ff11fc4-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:18:36+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b5f7fd2-955d-11ed-9463-b67d18810978 | InvocationID=2b5f81d0-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:18:36+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a4d1d1a-955d-11ed-9463-b67d18810978 | InvocationID=3a4d1f9a-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:18:36+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a4d1d1a-955d-11ed-9463-b67d18810978 | InvocationID=3a4d1f9a-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:18:36+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a4d1d1a-955d-11ed-9463-b67d18810978 | InvocationID=3a4d1f9a-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:18:43+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ff11d1c-955d-11ed-9463-b67d18810978 | InvocationID=2ff11fc4-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:18:43+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb5eda0-955d-11ed-9463-b67d18810978 | InvocationID=3eb5f02a-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:19:01+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a4d1d1a-955d-11ed-9463-b67d18810978 | InvocationID=3a4d1f9a-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:19:01+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49394984-955d-11ed-9463-b67d18810978 | InvocationID=49394b82-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:19:01+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49394984-955d-11ed-9463-b67d18810978 | InvocationID=49394b82-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:01+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49394984-955d-11ed-9463-b67d18810978 | InvocationID=49394b82-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:08+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eb5eda0-955d-11ed-9463-b67d18810978 | InvocationID=3eb5f02a-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:19:08+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d7ae750-955d-11ed-9463-b67d18810978 | InvocationID=4d7aea5c-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:19:26+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49394984-955d-11ed-9463-b67d18810978 | InvocationID=49394b82-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:19:26+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5826a5c2-955d-11ed-9463-b67d18810978 | InvocationID=5826a7c0-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:19:26+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5826a5c2-955d-11ed-9463-b67d18810978 | InvocationID=5826a7c0-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:26+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5826a5c2-955d-11ed-9463-b67d18810978 | InvocationID=5826a7c0-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:33+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d7ae750-955d-11ed-9463-b67d18810978 | InvocationID=4d7aea5c-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:19:33+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3eb15e-955d-11ed-9463-b67d18810978 | InvocationID=5c3eb316-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:19:51+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5826a5c2-955d-11ed-9463-b67d18810978 | InvocationID=5826a7c0-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:19:51+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6712928a-955d-11ed-9463-b67d18810978 | InvocationID=671294e2-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:19:51+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6712928a-955d-11ed-9463-b67d18810978 | InvocationID=671294e2-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:51+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6712928a-955d-11ed-9463-b67d18810978 | InvocationID=671294e2-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:19:57+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c3eb15e-955d-11ed-9463-b67d18810978 | InvocationID=5c3eb316-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:19:57+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afeb810-955d-11ed-9463-b67d18810978 | InvocationID=6afebb12-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:20:16+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6712928a-955d-11ed-9463-b67d18810978 | InvocationID=671294e2-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:20:16+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ffc22c-955d-11ed-9463-b67d18810978 | InvocationID=75ffc592-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:20:16+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ffc22c-955d-11ed-9463-b67d18810978 | InvocationID=75ffc592-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:20:16+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75ffc22c-955d-11ed-9463-b67d18810978 | InvocationID=75ffc592-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:20:22+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6afeb810-955d-11ed-9463-b67d18810978 | InvocationID=6afebb12-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:20:22+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c24e0c-955d-11ed-9463-b67d18810978 | InvocationID=79c2569a-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:20:41+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75ffc22c-955d-11ed-9463-b67d18810978 | InvocationID=75ffc592-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:20:41+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84eb8f00-955d-11ed-9463-b67d18810978 | InvocationID=84eb918a-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:20:41+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84eb8f00-955d-11ed-9463-b67d18810978 | InvocationID=84eb918a-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:20:41+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84eb8f00-955d-11ed-9463-b67d18810978 | InvocationID=84eb918a-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:20:47+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79c24e0c-955d-11ed-9463-b67d18810978 | InvocationID=79c2569a-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:20:47+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88852068-955d-11ed-9463-b67d18810978 | InvocationID=88852216-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:21:06+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84eb8f00-955d-11ed-9463-b67d18810978 | InvocationID=84eb918a-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:21:06+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93d6780e-955d-11ed-9463-b67d18810978 | InvocationID=93d67dcc-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:21:06+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93d6780e-955d-11ed-9463-b67d18810978 | InvocationID=93d67dcc-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:21:06+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93d6780e-955d-11ed-9463-b67d18810978 | InvocationID=93d67dcc-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:21:12+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88852068-955d-11ed-9463-b67d18810978 | InvocationID=88852216-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:21:12+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974ab54a-955d-11ed-9463-b67d18810978 | InvocationID=974ab716-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:21:31+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93d6780e-955d-11ed-9463-b67d18810978 | InvocationID=93d67dcc-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:21:31+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c2a978-955d-11ed-9463-b67d18810978 | InvocationID=a2c2aec8-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:21:31+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c2a978-955d-11ed-9463-b67d18810978 | InvocationID=a2c2aec8-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:21:31+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2c2a978-955d-11ed-9463-b67d18810978 | InvocationID=a2c2aec8-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:21:36+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=974ab54a-955d-11ed-9463-b67d18810978 | InvocationID=974ab716-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:21:36+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60e631a-955d-11ed-9463-b67d18810978 | InvocationID=a60e6626-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:21:56+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2c2a978-955d-11ed-9463-b67d18810978 | InvocationID=a2c2aec8-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:21:56+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ad45d8-955d-11ed-9463-b67d18810978 | InvocationID=b1ad4ba0-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:21:56+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ad45d8-955d-11ed-9463-b67d18810978 | InvocationID=b1ad4ba0-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:21:56+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ad45d8-955d-11ed-9463-b67d18810978 | InvocationID=b1ad4ba0-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:22:01+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a60e631a-955d-11ed-9463-b67d18810978 | InvocationID=a60e6626-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:22:01+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4cfaa80-955d-11ed-9463-b67d18810978 | InvocationID=b4cfac60-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:22:21+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1ad45d8-955d-11ed-9463-b67d18810978 | InvocationID=b1ad4ba0-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:22:21+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09879fa-955d-11ed-9463-b67d18810978 | InvocationID=c0987c3e-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:22:21+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09879fa-955d-11ed-9463-b67d18810978 | InvocationID=c0987c3e-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:22:21+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09879fa-955d-11ed-9463-b67d18810978 | InvocationID=c0987c3e-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:22:26+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4cfaa80-955d-11ed-9463-b67d18810978 | InvocationID=b4cfac60-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:22:26+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c391ee3e-955d-11ed-9463-b67d18810978 | InvocationID=c391f0fa-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:22:46+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09879fa-955d-11ed-9463-b67d18810978 | InvocationID=c0987c3e-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:22:46+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf83e7f6-955d-11ed-9463-b67d18810978 | InvocationID=cf83ea76-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:22:46+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf83e7f6-955d-11ed-9463-b67d18810978 | InvocationID=cf83ea76-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:22:46+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf83e7f6-955d-11ed-9463-b67d18810978 | InvocationID=cf83ea76-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:22:51+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c391ee3e-955d-11ed-9463-b67d18810978 | InvocationID=c391f0fa-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:22:51+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25358ea-955d-11ed-9463-b67d18810978 | InvocationID=d2535b92-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:23:11+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf83e7f6-955d-11ed-9463-b67d18810978 | InvocationID=cf83ea76-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:23:11+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de6f48be-955d-11ed-9463-b67d18810978 | InvocationID=de6f4a80-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:23:11+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de6f48be-955d-11ed-9463-b67d18810978 | InvocationID=de6f4a80-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:23:11+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de6f48be-955d-11ed-9463-b67d18810978 | InvocationID=de6f4a80-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:23:15+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d25358ea-955d-11ed-9463-b67d18810978 | InvocationID=d2535b92-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:23:15+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e115a6ee-955d-11ed-9463-b67d18810978 | InvocationID=e115a996-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:23:36+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de6f48be-955d-11ed-9463-b67d18810978 | InvocationID=de6f4a80-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:23:36+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5aa04e-955d-11ed-9463-b67d18810978 | InvocationID=ed5aa3dc-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:23:36+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5aa04e-955d-11ed-9463-b67d18810978 | InvocationID=ed5aa3dc-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:23:36+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed5aa04e-955d-11ed-9463-b67d18810978 | InvocationID=ed5aa3dc-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:23:40+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e115a6ee-955d-11ed-9463-b67d18810978 | InvocationID=e115a996-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:23:40+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efda15fc-955d-11ed-9463-b67d18810978 | InvocationID=efda218c-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:24:01+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed5aa04e-955d-11ed-9463-b67d18810978 | InvocationID=ed5aa3dc-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:24:01+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc46ce70-955d-11ed-9463-b67d18810978 | InvocationID=fc46d136-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:24:01+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc46ce70-955d-11ed-9463-b67d18810978 | InvocationID=fc46d136-955d-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:01+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc46ce70-955d-11ed-9463-b67d18810978 | InvocationID=fc46d136-955d-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efda15fc-955d-11ed-9463-b67d18810978 | InvocationID=efda218c-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:24:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe9db936-955d-11ed-9463-b67d18810978 | InvocationID=fe9dbaee-955d-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:24:26+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc46ce70-955d-11ed-9463-b67d18810978 | InvocationID=fc46d136-955d-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:24:26+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3f7b70-955e-11ed-9463-b67d18810978 | InvocationID=0b3f8048-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:24:26+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3f7b70-955e-11ed-9463-b67d18810978 | InvocationID=0b3f8048-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:26+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3f7b70-955e-11ed-9463-b67d18810978 | InvocationID=0b3f8048-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:30+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe9db936-955d-11ed-9463-b67d18810978 | InvocationID=fe9dbaee-955d-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:24:30+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5feba6-955e-11ed-9463-b67d18810978 | InvocationID=0d5fee12-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:24:51+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3f7b70-955e-11ed-9463-b67d18810978 | InvocationID=0b3f8048-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:24:51+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2d7bbe-955e-11ed-9463-b67d18810978 | InvocationID=1a2d7f06-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:24:51+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2d7bbe-955e-11ed-9463-b67d18810978 | InvocationID=1a2d7f06-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:51+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2d7bbe-955e-11ed-9463-b67d18810978 | InvocationID=1a2d7f06-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:24:55+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d5feba6-955e-11ed-9463-b67d18810978 | InvocationID=0d5fee12-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:24:55+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c28572c-955e-11ed-9463-b67d18810978 | InvocationID=1c285dbc-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:25:16+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2d7bbe-955e-11ed-9463-b67d18810978 | InvocationID=1a2d7f06-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:25:16+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29190e36-955e-11ed-9463-b67d18810978 | InvocationID=29191098-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:25:16+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29190e36-955e-11ed-9463-b67d18810978 | InvocationID=29191098-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:25:16+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29190e36-955e-11ed-9463-b67d18810978 | InvocationID=29191098-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:25:19+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c28572c-955e-11ed-9463-b67d18810978 | InvocationID=1c285dbc-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:25:19+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aea7c54-955e-11ed-9463-b67d18810978 | InvocationID=2aea7e20-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:25:41+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29190e36-955e-11ed-9463-b67d18810978 | InvocationID=29191098-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:25:41+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38040018-955e-11ed-9463-b67d18810978 | InvocationID=38040482-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:25:41+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38040018-955e-11ed-9463-b67d18810978 | InvocationID=38040482-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:25:41+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38040018-955e-11ed-9463-b67d18810978 | InvocationID=38040482-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:25:44+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aea7c54-955e-11ed-9463-b67d18810978 | InvocationID=2aea7e20-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:25:44+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39ab6c44-955e-11ed-9463-b67d18810978 | InvocationID=39ab6eb0-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:26:06+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38040018-955e-11ed-9463-b67d18810978 | InvocationID=38040482-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:26:06+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f25d68-955e-11ed-9463-b67d18810978 | InvocationID=46f25ff2-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:26:06+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f25d68-955e-11ed-9463-b67d18810978 | InvocationID=46f25ff2-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:06+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f25d68-955e-11ed-9463-b67d18810978 | InvocationID=46f25ff2-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:09+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39ab6c44-955e-11ed-9463-b67d18810978 | InvocationID=39ab6eb0-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:26:09+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486d247a-955e-11ed-9463-b67d18810978 | InvocationID=486d266e-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:26:31+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f25d68-955e-11ed-9463-b67d18810978 | InvocationID=46f25ff2-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:26:31+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e0b1a8-955e-11ed-9463-b67d18810978 | InvocationID=55e0b5f4-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:26:31+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e0b1a8-955e-11ed-9463-b67d18810978 | InvocationID=55e0b5f4-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:31+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e0b1a8-955e-11ed-9463-b67d18810978 | InvocationID=55e0b5f4-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:34+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=486d247a-955e-11ed-9463-b67d18810978 | InvocationID=486d266e-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:26:34+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57303c86-955e-11ed-9463-b67d18810978 | InvocationID=57303e5c-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:26:56+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e0b1a8-955e-11ed-9463-b67d18810978 | InvocationID=55e0b5f4-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:26:56+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64cde19a-955e-11ed-9463-b67d18810978 | InvocationID=64cde654-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:26:56+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64cde19a-955e-11ed-9463-b67d18810978 | InvocationID=64cde654-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:56+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64cde19a-955e-11ed-9463-b67d18810978 | InvocationID=64cde654-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:26:58+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57303c86-955e-11ed-9463-b67d18810978 | InvocationID=57303e5c-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:26:58+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f5d4f6-955e-11ed-9463-b67d18810978 | InvocationID=65f5d71c-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:27:21+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64cde19a-955e-11ed-9463-b67d18810978 | InvocationID=64cde654-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:27:21+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b94122-955e-11ed-9463-b67d18810978 | InvocationID=73b94532-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:27:21+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b94122-955e-11ed-9463-b67d18810978 | InvocationID=73b94532-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:27:21+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b94122-955e-11ed-9463-b67d18810978 | InvocationID=73b94532-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:27:23+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65f5d4f6-955e-11ed-9463-b67d18810978 | InvocationID=65f5d71c-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:27:23+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bb8daa-955e-11ed-9463-b67d18810978 | InvocationID=74bb9016-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:27:46+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b94122-955e-11ed-9463-b67d18810978 | InvocationID=73b94532-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:27:46+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a44862-955e-11ed-9463-b67d18810978 | InvocationID=82a44a6a-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:27:46+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a44862-955e-11ed-9463-b67d18810978 | InvocationID=82a44a6a-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:27:46+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82a44862-955e-11ed-9463-b67d18810978 | InvocationID=82a44a6a-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:27:48+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74bb8daa-955e-11ed-9463-b67d18810978 | InvocationID=74bb9016-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:27:48+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=837d6cfa-955e-11ed-9463-b67d18810978 | InvocationID=837d6ed0-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:28:11+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82a44862-955e-11ed-9463-b67d18810978 | InvocationID=82a44a6a-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:28:11+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918fe214-955e-11ed-9463-b67d18810978 | InvocationID=918fe4f8-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:28:12+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918fe214-955e-11ed-9463-b67d18810978 | InvocationID=918fe4f8-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:28:12+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918fe214-955e-11ed-9463-b67d18810978 | InvocationID=918fe4f8-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:28:13+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=837d6cfa-955e-11ed-9463-b67d18810978 | InvocationID=837d6ed0-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:28:13+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=923f9a2e-955e-11ed-9463-b67d18810978 | InvocationID=923f9c22-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:28:37+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918fe214-955e-11ed-9463-b67d18810978 | InvocationID=918fe4f8-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:28:37+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07bc9c8-955e-11ed-9463-b67d18810978 | InvocationID=a07bcba8-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:28:37+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07bc9c8-955e-11ed-9463-b67d18810978 | InvocationID=a07bcba8-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:28:37+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07bc9c8-955e-11ed-9463-b67d18810978 | InvocationID=a07bcba8-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:28:37+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=923f9a2e-955e-11ed-9463-b67d18810978 | InvocationID=923f9c22-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:28:37+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a10370f8-955e-11ed-9463-b67d18810978 | InvocationID=a10372f6-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:29:02+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07bc9c8-955e-11ed-9463-b67d18810978 | InvocationID=a07bcba8-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:29:02+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af665a0c-955e-11ed-9463-b67d18810978 | InvocationID=af665dd6-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:29:02+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af665a0c-955e-11ed-9463-b67d18810978 | InvocationID=af665dd6-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:02+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af665a0c-955e-11ed-9463-b67d18810978 | InvocationID=af665dd6-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:02+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a10370f8-955e-11ed-9463-b67d18810978 | InvocationID=a10372f6-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:29:02+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afcad130-955e-11ed-9463-b67d18810978 | InvocationID=afcad2fc-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:29:27+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af665a0c-955e-11ed-9463-b67d18810978 | InvocationID=af665dd6-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:29:27+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be511be2-955e-11ed-9463-b67d18810978 | InvocationID=be511e62-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:29:27+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be511be2-955e-11ed-9463-b67d18810978 | InvocationID=be511e62-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:27+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be511be2-955e-11ed-9463-b67d18810978 | InvocationID=be511e62-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:27+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afcad130-955e-11ed-9463-b67d18810978 | InvocationID=afcad2fc-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:29:27+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be903a0c-955e-11ed-9463-b67d18810978 | InvocationID=be903c3c-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:29:52+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be511be2-955e-11ed-9463-b67d18810978 | InvocationID=be511e62-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:29:52+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd3c200c-955e-11ed-9463-b67d18810978 | InvocationID=cd3c22a0-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:29:52+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd3c200c-955e-11ed-9463-b67d18810978 | InvocationID=cd3c22a0-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:52+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd3c200c-955e-11ed-9463-b67d18810978 | InvocationID=cd3c22a0-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:29:52+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be903a0c-955e-11ed-9463-b67d18810978 | InvocationID=be903c3c-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:29:52+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd54a23a-955e-11ed-9463-b67d18810978 | InvocationID=cd54a3fc-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:30:17+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd54a23a-955e-11ed-9463-b67d18810978 | InvocationID=cd54a3fc-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:30:17+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc18ac6c-955e-11ed-9463-b67d18810978 | InvocationID=dc18aed8-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:30:17+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd3c200c-955e-11ed-9463-b67d18810978 | InvocationID=cd3c22a0-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:30:17+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc279a42-955e-11ed-9463-b67d18810978 | InvocationID=dc279d1c-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:30:17+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc279a42-955e-11ed-9463-b67d18810978 | InvocationID=dc279d1c-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:30:17+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc279a42-955e-11ed-9463-b67d18810978 | InvocationID=dc279d1c-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:30:41+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc18ac6c-955e-11ed-9463-b67d18810978 | InvocationID=dc18aed8-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:30:41+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eadb0f06-955e-11ed-9463-b67d18810978 | InvocationID=eadb1186-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:30:42+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc279a42-955e-11ed-9463-b67d18810978 | InvocationID=dc279d1c-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:30:42+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb12dd0a-955e-11ed-9463-b67d18810978 | InvocationID=eb12dee0-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:30:42+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb12dd0a-955e-11ed-9463-b67d18810978 | InvocationID=eb12dee0-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:30:42+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb12dd0a-955e-11ed-9463-b67d18810978 | InvocationID=eb12dee0-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:06+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eadb0f06-955e-11ed-9463-b67d18810978 | InvocationID=eadb1186-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:31:06+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9a011d0-955e-11ed-9463-b67d18810978 | InvocationID=f9a01478-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:31:07+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb12dd0a-955e-11ed-9463-b67d18810978 | InvocationID=eb12dee0-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:31:07+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9fdac50-955e-11ed-9463-b67d18810978 | InvocationID=f9fdae58-955e-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:31:07+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9fdac50-955e-11ed-9463-b67d18810978 | InvocationID=f9fdae58-955e-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:07+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9fdac50-955e-11ed-9463-b67d18810978 | InvocationID=f9fdae58-955e-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:31+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9a011d0-955e-11ed-9463-b67d18810978 | InvocationID=f9a01478-955e-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:31:31+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08618780-955f-11ed-9463-b67d18810978 | InvocationID=0861896a-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:31:32+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9fdac50-955e-11ed-9463-b67d18810978 | InvocationID=f9fdae58-955e-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:31:32+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e89f72-955f-11ed-9463-b67d18810978 | InvocationID=08e8a1ac-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:31:32+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e89f72-955f-11ed-9463-b67d18810978 | InvocationID=08e8a1ac-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:32+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e89f72-955f-11ed-9463-b67d18810978 | InvocationID=08e8a1ac-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:56+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08618780-955f-11ed-9463-b67d18810978 | InvocationID=0861896a-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:31:56+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1726c44c-955f-11ed-9463-b67d18810978 | InvocationID=1726c618-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:31:57+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e89f72-955f-11ed-9463-b67d18810978 | InvocationID=08e8a1ac-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:31:57+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d3ab6c-955f-11ed-9463-b67d18810978 | InvocationID=17d3b6a2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:31:57+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d3ab6c-955f-11ed-9463-b67d18810978 | InvocationID=17d3b6a2-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:31:57+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d3ab6c-955f-11ed-9463-b67d18810978 | InvocationID=17d3b6a2-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:32:20+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1726c44c-955f-11ed-9463-b67d18810978 | InvocationID=1726c618-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:32:20+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25eaef4e-955f-11ed-9463-b67d18810978 | InvocationID=25eafaa2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:32:22+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d3ab6c-955f-11ed-9463-b67d18810978 | InvocationID=17d3b6a2-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:32:22+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26be97fe-955f-11ed-9463-b67d18810978 | InvocationID=26be99ca-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:32:22+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26be97fe-955f-11ed-9463-b67d18810978 | InvocationID=26be99ca-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:32:22+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26be97fe-955f-11ed-9463-b67d18810978 | InvocationID=26be99ca-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:32:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25eaef4e-955f-11ed-9463-b67d18810978 | InvocationID=25eafaa2-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:32:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34af0e7a-955f-11ed-9463-b67d18810978 | InvocationID=34af10f0-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:32:47+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26be97fe-955f-11ed-9463-b67d18810978 | InvocationID=26be99ca-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:32:47+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a9a93e-955f-11ed-9463-b67d18810978 | InvocationID=35a9ab1e-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:32:47+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a9a93e-955f-11ed-9463-b67d18810978 | InvocationID=35a9ab1e-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:32:47+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35a9a93e-955f-11ed-9463-b67d18810978 | InvocationID=35a9ab1e-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:33:10+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34af0e7a-955f-11ed-9463-b67d18810978 | InvocationID=34af10f0-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:33:10+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4372d43c-955f-11ed-9463-b67d18810978 | InvocationID=4372d5f4-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:33:12+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35a9a93e-955f-11ed-9463-b67d18810978 | InvocationID=35a9ab1e-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:33:12+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4494877a-955f-11ed-9463-b67d18810978 | InvocationID=44948a54-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:33:12+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4494877a-955f-11ed-9463-b67d18810978 | InvocationID=44948a54-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:33:12+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4494877a-955f-11ed-9463-b67d18810978 | InvocationID=44948a54-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:33:35+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4372d43c-955f-11ed-9463-b67d18810978 | InvocationID=4372d5f4-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:33:35+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52360084-955f-11ed-9463-b67d18810978 | InvocationID=5236025a-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:33:37+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4494877a-955f-11ed-9463-b67d18810978 | InvocationID=44948a54-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:33:37+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537f969e-955f-11ed-9463-b67d18810978 | InvocationID=537f9874-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:33:37+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537f969e-955f-11ed-9463-b67d18810978 | InvocationID=537f9874-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:33:37+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=537f969e-955f-11ed-9463-b67d18810978 | InvocationID=537f9874-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:33:59+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52360084-955f-11ed-9463-b67d18810978 | InvocationID=5236025a-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:33:59+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f73034-955f-11ed-9463-b67d18810978 | InvocationID=60f731f6-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:34:02+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=537f969e-955f-11ed-9463-b67d18810978 | InvocationID=537f9874-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:34:02+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626a342a-955f-11ed-9463-b67d18810978 | InvocationID=626a3600-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:34:02+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626a342a-955f-11ed-9463-b67d18810978 | InvocationID=626a3600-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:34:02+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=626a342a-955f-11ed-9463-b67d18810978 | InvocationID=626a3600-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:34:24+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f73034-955f-11ed-9463-b67d18810978 | InvocationID=60f731f6-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:34:24+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbb3fa2-955f-11ed-9463-b67d18810978 | InvocationID=6fbb420e-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:34:27+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=626a342a-955f-11ed-9463-b67d18810978 | InvocationID=626a3600-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:34:27+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71552666-955f-11ed-9463-b67d18810978 | InvocationID=71552832-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:34:27+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71552666-955f-11ed-9463-b67d18810978 | InvocationID=71552832-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:34:27+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71552666-955f-11ed-9463-b67d18810978 | InvocationID=71552832-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:34:49+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fbb3fa2-955f-11ed-9463-b67d18810978 | InvocationID=6fbb420e-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:34:49+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e7f88a4-955f-11ed-9463-b67d18810978 | InvocationID=7e7f8bb0-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:34:52+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71552666-955f-11ed-9463-b67d18810978 | InvocationID=71552832-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:34:52+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=804063e8-955f-11ed-9463-b67d18810978 | InvocationID=80406640-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:34:52+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=804063e8-955f-11ed-9463-b67d18810978 | InvocationID=80406640-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:34:52+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=804063e8-955f-11ed-9463-b67d18810978 | InvocationID=80406640-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:35:14+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e7f88a4-955f-11ed-9463-b67d18810978 | InvocationID=7e7f8bb0-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:35:14+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d45dd2a-955f-11ed-9463-b67d18810978 | InvocationID=8d45dfd2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:35:17+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=804063e8-955f-11ed-9463-b67d18810978 | InvocationID=80406640-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:35:17+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f2adc30-955f-11ed-9463-b67d18810978 | InvocationID=8f2ade9c-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:35:17+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f2adc30-955f-11ed-9463-b67d18810978 | InvocationID=8f2ade9c-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:35:17+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f2adc30-955f-11ed-9463-b67d18810978 | InvocationID=8f2ade9c-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:35:39+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d45dd2a-955f-11ed-9463-b67d18810978 | InvocationID=8d45dfd2-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:35:39+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c06b0be-955f-11ed-9463-b67d18810978 | InvocationID=9c06b2d0-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:35:42+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f2adc30-955f-11ed-9463-b67d18810978 | InvocationID=8f2ade9c-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:35:42+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e170df4-955f-11ed-9463-b67d18810978 | InvocationID=9e170fde-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:35:42+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e170df4-955f-11ed-9463-b67d18810978 | InvocationID=9e170fde-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:35:42+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e170df4-955f-11ed-9463-b67d18810978 | InvocationID=9e170fde-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:03+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c06b0be-955f-11ed-9463-b67d18810978 | InvocationID=9c06b2d0-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:36:03+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac7b094-955f-11ed-9463-b67d18810978 | InvocationID=aac7b314-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:36:07+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e170df4-955f-11ed-9463-b67d18810978 | InvocationID=9e170fde-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:36:07+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad01b512-955f-11ed-9463-b67d18810978 | InvocationID=ad01b6f2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:36:07+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad01b512-955f-11ed-9463-b67d18810978 | InvocationID=ad01b6f2-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:07+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad01b512-955f-11ed-9463-b67d18810978 | InvocationID=ad01b6f2-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:28+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aac7b094-955f-11ed-9463-b67d18810978 | InvocationID=aac7b314-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:36:28+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b98a9fc4-955f-11ed-9463-b67d18810978 | InvocationID=b98aa226-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:36:32+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad01b512-955f-11ed-9463-b67d18810978 | InvocationID=ad01b6f2-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:36:32+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf057fe-955f-11ed-9463-b67d18810978 | InvocationID=bbf062b2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:36:32+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf057fe-955f-11ed-9463-b67d18810978 | InvocationID=bbf062b2-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:32+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf057fe-955f-11ed-9463-b67d18810978 | InvocationID=bbf062b2-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:53+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b98a9fc4-955f-11ed-9463-b67d18810978 | InvocationID=b98aa226-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:36:53+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84b2204-955f-11ed-9463-b67d18810978 | InvocationID=c84b2452-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:36:57+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf057fe-955f-11ed-9463-b67d18810978 | InvocationID=bbf062b2-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:36:57+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadd0a14-955f-11ed-9463-b67d18810978 | InvocationID=cadd0d7a-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:36:57+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadd0a14-955f-11ed-9463-b67d18810978 | InvocationID=cadd0d7a-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:36:57+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cadd0a14-955f-11ed-9463-b67d18810978 | InvocationID=cadd0d7a-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:37:18+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c84b2204-955f-11ed-9463-b67d18810978 | InvocationID=c84b2452-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:37:18+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d70c17b2-955f-11ed-9463-b67d18810978 | InvocationID=d70c1cb2-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:37:22+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cadd0a14-955f-11ed-9463-b67d18810978 | InvocationID=cadd0d7a-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:37:22+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ca8cd6-955f-11ed-9463-b67d18810978 | InvocationID=d9ca8f88-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:37:22+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ca8cd6-955f-11ed-9463-b67d18810978 | InvocationID=d9ca8f88-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:37:22+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9ca8cd6-955f-11ed-9463-b67d18810978 | InvocationID=d9ca8f88-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:37:42+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d70c17b2-955f-11ed-9463-b67d18810978 | InvocationID=d70c1cb2-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:37:42+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5cf0818-955f-11ed-9463-b67d18810978 | InvocationID=e5cf0bb0-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:37:47+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9ca8cd6-955f-11ed-9463-b67d18810978 | InvocationID=d9ca8f88-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:37:47+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b77934-955f-11ed-9463-b67d18810978 | InvocationID=e8b77b64-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:37:47+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b77934-955f-11ed-9463-b67d18810978 | InvocationID=e8b77b64-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:37:47+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b77934-955f-11ed-9463-b67d18810978 | InvocationID=e8b77b64-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:38:07+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5cf0818-955f-11ed-9463-b67d18810978 | InvocationID=e5cf0bb0-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:38:07+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f491667a-955f-11ed-9463-b67d18810978 | InvocationID=f4916986-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:38:12+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b77934-955f-11ed-9463-b67d18810978 | InvocationID=e8b77b64-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:38:12+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a2c3fe-955f-11ed-9463-b67d18810978 | InvocationID=f7a2c746-955f-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:38:12+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a2c3fe-955f-11ed-9463-b67d18810978 | InvocationID=f7a2c746-955f-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:38:12+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a2c3fe-955f-11ed-9463-b67d18810978 | InvocationID=f7a2c746-955f-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:38:32+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f491667a-955f-11ed-9463-b67d18810978 | InvocationID=f4916986-955f-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:38:32+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0352dd74-9560-11ed-9463-b67d18810978 | InvocationID=0352dfea-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:38:37+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a2c3fe-955f-11ed-9463-b67d18810978 | InvocationID=f7a2c746-955f-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:38:37+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=069036c6-9560-11ed-9463-b67d18810978 | InvocationID=06903892-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:38:37+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=069036c6-9560-11ed-9463-b67d18810978 | InvocationID=06903892-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:38:37+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=069036c6-9560-11ed-9463-b67d18810978 | InvocationID=06903892-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:38:57+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0352dd74-9560-11ed-9463-b67d18810978 | InvocationID=0352dfea-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:38:57+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121414a4-9560-11ed-9463-b67d18810978 | InvocationID=1214171a-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:39:02+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=069036c6-9560-11ed-9463-b67d18810978 | InvocationID=06903892-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:39:02+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157b6728-9560-11ed-9463-b67d18810978 | InvocationID=157b6994-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:39:02+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=157b6728-9560-11ed-9463-b67d18810978 | InvocationID=157b6994-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:39:02+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=157b6728-9560-11ed-9463-b67d18810978 | InvocationID=157b6994-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:39:21+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=121414a4-9560-11ed-9463-b67d18810978 | InvocationID=1214171a-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:39:21+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d585ae-9560-11ed-9463-b67d18810978 | InvocationID=20d58798-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:39:27+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=157b6728-9560-11ed-9463-b67d18810978 | InvocationID=157b6994-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:39:27+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24667db8-9560-11ed-9463-b67d18810978 | InvocationID=24667f66-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:39:27+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24667db8-9560-11ed-9463-b67d18810978 | InvocationID=24667f66-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:39:27+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24667db8-9560-11ed-9463-b67d18810978 | InvocationID=24667f66-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:39:46+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20d585ae-9560-11ed-9463-b67d18810978 | InvocationID=20d58798-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:39:46+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f971f76-9560-11ed-9463-b67d18810978 | InvocationID=2f972156-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:39:52+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24667db8-9560-11ed-9463-b67d18810978 | InvocationID=24667f66-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:39:52+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33514376-9560-11ed-9463-b67d18810978 | InvocationID=335145e2-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:39:52+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33514376-9560-11ed-9463-b67d18810978 | InvocationID=335145e2-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:39:52+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33514376-9560-11ed-9463-b67d18810978 | InvocationID=335145e2-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:40:11+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f971f76-9560-11ed-9463-b67d18810978 | InvocationID=2f972156-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:40:11+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5a4f42-9560-11ed-9463-b67d18810978 | InvocationID=3e5a51e0-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:40:17+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33514376-9560-11ed-9463-b67d18810978 | InvocationID=335145e2-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:40:17+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423be008-9560-11ed-9463-b67d18810978 | InvocationID=423be260-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:40:17+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423be008-9560-11ed-9463-b67d18810978 | InvocationID=423be260-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:40:17+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423be008-9560-11ed-9463-b67d18810978 | InvocationID=423be260-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:40:36+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e5a4f42-9560-11ed-9463-b67d18810978 | InvocationID=3e5a51e0-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:40:36+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1bf7f6-9560-11ed-9463-b67d18810978 | InvocationID=4d1bfa80-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:40:42+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423be008-9560-11ed-9463-b67d18810978 | InvocationID=423be260-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:40:42+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5126d672-9560-11ed-9463-b67d18810978 | InvocationID=5126e05e-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:40:42+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5126d672-9560-11ed-9463-b67d18810978 | InvocationID=5126e05e-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:40:42+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5126d672-9560-11ed-9463-b67d18810978 | InvocationID=5126e05e-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:00+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d1bf7f6-9560-11ed-9463-b67d18810978 | InvocationID=4d1bfa80-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:41:00+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdf3a8c-9560-11ed-9463-b67d18810978 | InvocationID=5bdf3c62-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:41:07+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5126d672-9560-11ed-9463-b67d18810978 | InvocationID=5126e05e-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:41:07+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6011e078-9560-11ed-9463-b67d18810978 | InvocationID=6011e26c-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:41:07+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6011e078-9560-11ed-9463-b67d18810978 | InvocationID=6011e26c-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:07+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6011e078-9560-11ed-9463-b67d18810978 | InvocationID=6011e26c-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bdf3a8c-9560-11ed-9463-b67d18810978 | InvocationID=5bdf3c62-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:41:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa3238a-9560-11ed-9463-b67d18810978 | InvocationID=6aa326b4-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:41:32+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6011e078-9560-11ed-9463-b67d18810978 | InvocationID=6011e26c-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:41:32+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efc79d6-9560-11ed-9463-b67d18810978 | InvocationID=6efc7cd8-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:41:33+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efc79d6-9560-11ed-9463-b67d18810978 | InvocationID=6efc7cd8-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:33+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efc79d6-9560-11ed-9463-b67d18810978 | InvocationID=6efc7cd8-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:50+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aa3238a-9560-11ed-9463-b67d18810978 | InvocationID=6aa326b4-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:41:50+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7964fefc-9560-11ed-9463-b67d18810978 | InvocationID=796500dc-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:41:58+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efc79d6-9560-11ed-9463-b67d18810978 | InvocationID=6efc7cd8-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:41:58+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de74584-9560-11ed-9463-b67d18810978 | InvocationID=7de747aa-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:41:58+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de74584-9560-11ed-9463-b67d18810978 | InvocationID=7de747aa-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:41:58+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de74584-9560-11ed-9463-b67d18810978 | InvocationID=7de747aa-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:42:15+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7964fefc-9560-11ed-9463-b67d18810978 | InvocationID=796500dc-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:42:15+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882700b6-9560-11ed-9463-b67d18810978 | InvocationID=88270386-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:42:23+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de74584-9560-11ed-9463-b67d18810978 | InvocationID=7de747aa-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:42:23+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd2b470-9560-11ed-9463-b67d18810978 | InvocationID=8cd2b8b2-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:42:23+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd2b470-9560-11ed-9463-b67d18810978 | InvocationID=8cd2b8b2-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:42:23+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd2b470-9560-11ed-9463-b67d18810978 | InvocationID=8cd2b8b2-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:42:39+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=882700b6-9560-11ed-9463-b67d18810978 | InvocationID=88270386-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:42:39+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96e8a352-9560-11ed-9463-b67d18810978 | InvocationID=96e8a528-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:42:48+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd2b470-9560-11ed-9463-b67d18810978 | InvocationID=8cd2b8b2-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:42:48+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbd29ca-9560-11ed-9463-b67d18810978 | InvocationID=9bbd2bc8-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:42:48+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbd29ca-9560-11ed-9463-b67d18810978 | InvocationID=9bbd2bc8-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:42:48+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbd29ca-9560-11ed-9463-b67d18810978 | InvocationID=9bbd2bc8-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:43:04+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96e8a352-9560-11ed-9463-b67d18810978 | InvocationID=96e8a528-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:43:04+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5ae7cd6-9560-11ed-9463-b67d18810978 | InvocationID=a5ae7ea2-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:43:13+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbd29ca-9560-11ed-9463-b67d18810978 | InvocationID=9bbd2bc8-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:43:13+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa828fe-9560-11ed-9463-b67d18810978 | InvocationID=aaa82ad4-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:43:13+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa828fe-9560-11ed-9463-b67d18810978 | InvocationID=aaa82ad4-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:43:13+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaa828fe-9560-11ed-9463-b67d18810978 | InvocationID=aaa82ad4-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:43:29+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5ae7cd6-9560-11ed-9463-b67d18810978 | InvocationID=a5ae7ea2-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:43:29+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4719e42-9560-11ed-9463-b67d18810978 | InvocationID=b471a02c-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:43:38+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaa828fe-9560-11ed-9463-b67d18810978 | InvocationID=aaa82ad4-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:43:38+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b993235a-9560-11ed-9463-b67d18810978 | InvocationID=b9932530-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:43:38+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b993235a-9560-11ed-9463-b67d18810978 | InvocationID=b9932530-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:43:38+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b993235a-9560-11ed-9463-b67d18810978 | InvocationID=b9932530-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:43:54+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4719e42-9560-11ed-9463-b67d18810978 | InvocationID=b471a02c-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:43:54+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c332152e-9560-11ed-9463-b67d18810978 | InvocationID=c332177c-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:44:03+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b993235a-9560-11ed-9463-b67d18810978 | InvocationID=b9932530-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:44:03+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87d9ada-9560-11ed-9463-b67d18810978 | InvocationID=c87d9d0a-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:44:03+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87d9ada-9560-11ed-9463-b67d18810978 | InvocationID=c87d9d0a-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:44:03+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87d9ada-9560-11ed-9463-b67d18810978 | InvocationID=c87d9d0a-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:44:19+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c332152e-9560-11ed-9463-b67d18810978 | InvocationID=c332177c-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:44:19+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f30e56-9560-11ed-9463-b67d18810978 | InvocationID=d1f31040-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:44:28+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87d9ada-9560-11ed-9463-b67d18810978 | InvocationID=c87d9d0a-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:44:28+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d768a684-9560-11ed-9463-b67d18810978 | InvocationID=d768a882-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:44:28+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d768a684-9560-11ed-9463-b67d18810978 | InvocationID=d768a882-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:44:28+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d768a684-9560-11ed-9463-b67d18810978 | InvocationID=d768a882-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:44:43+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1f30e56-9560-11ed-9463-b67d18810978 | InvocationID=d1f31040-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:44:43+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b5e1a2-9560-11ed-9463-b67d18810978 | InvocationID=e0b5e38c-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:44:53+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d768a684-9560-11ed-9463-b67d18810978 | InvocationID=d768a882-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:44:53+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6535c34-9560-11ed-9463-b67d18810978 | InvocationID=e6535e0a-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:44:53+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6535c34-9560-11ed-9463-b67d18810978 | InvocationID=e6535e0a-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:44:53+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6535c34-9560-11ed-9463-b67d18810978 | InvocationID=e6535e0a-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:45:08+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0b5e1a2-9560-11ed-9463-b67d18810978 | InvocationID=e0b5e38c-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:45:08+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef77109e-9560-11ed-9463-b67d18810978 | InvocationID=ef7712e2-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:45:18+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6535c34-9560-11ed-9463-b67d18810978 | InvocationID=e6535e0a-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:45:18+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53dfeb6-9560-11ed-9463-b67d18810978 | InvocationID=f53e0118-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:45:18+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53dfeb6-9560-11ed-9463-b67d18810978 | InvocationID=f53e0118-9560-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:45:18+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53dfeb6-9560-11ed-9463-b67d18810978 | InvocationID=f53e0118-9560-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:45:33+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef77109e-9560-11ed-9463-b67d18810978 | InvocationID=ef7712e2-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:45:33+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe3acecc-9560-11ed-9463-b67d18810978 | InvocationID=fe3ad4a8-9560-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:45:43+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f53dfeb6-9560-11ed-9463-b67d18810978 | InvocationID=f53e0118-9560-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:45:43+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0428cabe-9561-11ed-9463-b67d18810978 | InvocationID=0428cd0c-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:45:43+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0428cabe-9561-11ed-9463-b67d18810978 | InvocationID=0428cd0c-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:45:43+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0428cabe-9561-11ed-9463-b67d18810978 | InvocationID=0428cd0c-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:45:58+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe3acecc-9560-11ed-9463-b67d18810978 | InvocationID=fe3ad4a8-9560-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:45:58+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cfb8938-9561-11ed-9463-b67d18810978 | InvocationID=0cfb96da-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:46:08+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0428cabe-9561-11ed-9463-b67d18810978 | InvocationID=0428cd0c-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:46:08+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1313ebc6-9561-11ed-9463-b67d18810978 | InvocationID=1313ede2-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:46:08+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1313ebc6-9561-11ed-9463-b67d18810978 | InvocationID=1313ede2-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:46:08+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1313ebc6-9561-11ed-9463-b67d18810978 | InvocationID=1313ede2-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:46:22+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cfb8938-9561-11ed-9463-b67d18810978 | InvocationID=0cfb96da-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:46:22+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc1d3fa-9561-11ed-9463-b67d18810978 | InvocationID=1bc1e192-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:46:33+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1313ebc6-9561-11ed-9463-b67d18810978 | InvocationID=1313ede2-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:46:33+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220677a2-9561-11ed-9463-b67d18810978 | InvocationID=22067a04-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:46:33+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220677a2-9561-11ed-9463-b67d18810978 | InvocationID=22067a04-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:46:33+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220677a2-9561-11ed-9463-b67d18810978 | InvocationID=22067a04-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:46:47+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bc1d3fa-9561-11ed-9463-b67d18810978 | InvocationID=1bc1e192-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:46:47+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a85a0b0-9561-11ed-9463-b67d18810978 | InvocationID=2a85a27c-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:46:58+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220677a2-9561-11ed-9463-b67d18810978 | InvocationID=22067a04-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:46:58+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f1b4a2-9561-11ed-9463-b67d18810978 | InvocationID=30f1b66e-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:46:58+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f1b4a2-9561-11ed-9463-b67d18810978 | InvocationID=30f1b66e-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:46:58+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30f1b4a2-9561-11ed-9463-b67d18810978 | InvocationID=30f1b66e-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:47:12+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a85a0b0-9561-11ed-9463-b67d18810978 | InvocationID=2a85a27c-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:47:12+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3949dcd8-9561-11ed-9463-b67d18810978 | InvocationID=3949df26-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:47:23+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30f1b4a2-9561-11ed-9463-b67d18810978 | InvocationID=30f1b66e-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:47:23+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fdc8532-9561-11ed-9463-b67d18810978 | InvocationID=3fdc885c-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:47:23+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fdc8532-9561-11ed-9463-b67d18810978 | InvocationID=3fdc885c-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:47:23+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fdc8532-9561-11ed-9463-b67d18810978 | InvocationID=3fdc885c-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:47:37+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3949dcd8-9561-11ed-9463-b67d18810978 | InvocationID=3949df26-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:47:37+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=480c309a-9561-11ed-9463-b67d18810978 | InvocationID=480c332e-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:47:48+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fdc8532-9561-11ed-9463-b67d18810978 | InvocationID=3fdc885c-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:47:48+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec7838a-9561-11ed-9463-b67d18810978 | InvocationID=4ec7854c-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:47:48+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec7838a-9561-11ed-9463-b67d18810978 | InvocationID=4ec7854c-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:47:48+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ec7838a-9561-11ed-9463-b67d18810978 | InvocationID=4ec7854c-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:48:01+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=480c309a-9561-11ed-9463-b67d18810978 | InvocationID=480c332e-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:48:01+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cdf28a-9561-11ed-9463-b67d18810978 | InvocationID=56cdff5a-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:48:13+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ec7838a-9561-11ed-9463-b67d18810978 | InvocationID=4ec7854c-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:48:13+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db477a4-9561-11ed-9463-b67d18810978 | InvocationID=5db479c0-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:48:13+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db477a4-9561-11ed-9463-b67d18810978 | InvocationID=5db479c0-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:48:13+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5db477a4-9561-11ed-9463-b67d18810978 | InvocationID=5db479c0-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:48:26+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56cdf28a-9561-11ed-9463-b67d18810978 | InvocationID=56cdff5a-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:48:26+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=659009d4-9561-11ed-9463-b67d18810978 | InvocationID=65900ba0-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:48:38+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5db477a4-9561-11ed-9463-b67d18810978 | InvocationID=5db479c0-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:48:38+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c9f7174-9561-11ed-9463-b67d18810978 | InvocationID=6c9f7462-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:48:38+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c9f7174-9561-11ed-9463-b67d18810978 | InvocationID=6c9f7462-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:48:38+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c9f7174-9561-11ed-9463-b67d18810978 | InvocationID=6c9f7462-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:48:51+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=659009d4-9561-11ed-9463-b67d18810978 | InvocationID=65900ba0-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:48:51+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74509e0c-9561-11ed-9463-b67d18810978 | InvocationID=7450a0e6-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:49:03+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c9f7174-9561-11ed-9463-b67d18810978 | InvocationID=6c9f7462-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:49:03+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b8a6928-9561-11ed-9463-b67d18810978 | InvocationID=7b8a6b8a-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:49:03+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b8a6928-9561-11ed-9463-b67d18810978 | InvocationID=7b8a6b8a-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:49:03+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b8a6928-9561-11ed-9463-b67d18810978 | InvocationID=7b8a6b8a-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:49:16+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74509e0c-9561-11ed-9463-b67d18810978 | InvocationID=7450a0e6-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:49:16+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831cc334-9561-11ed-9463-b67d18810978 | InvocationID=831cc500-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:49:28+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b8a6928-9561-11ed-9463-b67d18810978 | InvocationID=7b8a6b8a-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:49:28+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a74e77e-9561-11ed-9463-b67d18810978 | InvocationID=8a74e990-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:49:28+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a74e77e-9561-11ed-9463-b67d18810978 | InvocationID=8a74e990-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:49:28+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a74e77e-9561-11ed-9463-b67d18810978 | InvocationID=8a74e990-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:49:41+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831cc334-9561-11ed-9463-b67d18810978 | InvocationID=831cc500-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:49:41+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e0fa16-9561-11ed-9463-b67d18810978 | InvocationID=91e0fc00-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:49:53+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a74e77e-9561-11ed-9463-b67d18810978 | InvocationID=8a74e990-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:49:53+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996033b0-9561-11ed-9463-b67d18810978 | InvocationID=99603586-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:49:53+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996033b0-9561-11ed-9463-b67d18810978 | InvocationID=99603586-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:49:53+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=996033b0-9561-11ed-9463-b67d18810978 | InvocationID=99603586-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:50:05+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91e0fa16-9561-11ed-9463-b67d18810978 | InvocationID=91e0fc00-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:50:05+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a3eab8-9561-11ed-9463-b67d18810978 | InvocationID=a0a3ec7a-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:50:18+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=996033b0-9561-11ed-9463-b67d18810978 | InvocationID=99603586-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:50:18+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84b26e6-9561-11ed-9463-b67d18810978 | InvocationID=a84b2984-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:50:18+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84b26e6-9561-11ed-9463-b67d18810978 | InvocationID=a84b2984-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:50:18+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84b26e6-9561-11ed-9463-b67d18810978 | InvocationID=a84b2984-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:50:30+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0a3eab8-9561-11ed-9463-b67d18810978 | InvocationID=a0a3ec7a-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:50:30+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af67b084-9561-11ed-9463-b67d18810978 | InvocationID=af67b250-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:50:43+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84b26e6-9561-11ed-9463-b67d18810978 | InvocationID=a84b2984-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:50:43+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7360e14-9561-11ed-9463-b67d18810978 | InvocationID=b736112a-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:50:43+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7360e14-9561-11ed-9463-b67d18810978 | InvocationID=b736112a-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:50:43+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7360e14-9561-11ed-9463-b67d18810978 | InvocationID=b736112a-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:50:55+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af67b084-9561-11ed-9463-b67d18810978 | InvocationID=af67b250-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:50:55+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be2c0ebc-9561-11ed-9463-b67d18810978 | InvocationID=be2c11e6-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:51:08+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7360e14-9561-11ed-9463-b67d18810978 | InvocationID=b736112a-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:51:08+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62159f6-9561-11ed-9463-b67d18810978 | InvocationID=c6215be0-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:51:08+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62159f6-9561-11ed-9463-b67d18810978 | InvocationID=c6215be0-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:51:08+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c62159f6-9561-11ed-9463-b67d18810978 | InvocationID=c6215be0-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:51:20+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be2c0ebc-9561-11ed-9463-b67d18810978 | InvocationID=be2c11e6-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:51:20+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccedc968-9561-11ed-9463-b67d18810978 | InvocationID=ccedcb16-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:51:33+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c62159f6-9561-11ed-9463-b67d18810978 | InvocationID=c6215be0-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:51:33+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50c6e10-9561-11ed-9463-b67d18810978 | InvocationID=d50c7108-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:51:33+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50c6e10-9561-11ed-9463-b67d18810978 | InvocationID=d50c7108-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:51:33+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d50c6e10-9561-11ed-9463-b67d18810978 | InvocationID=d50c7108-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:51:44+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccedc968-9561-11ed-9463-b67d18810978 | InvocationID=ccedcb16-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:51:44+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbb0e39a-9561-11ed-9463-b67d18810978 | InvocationID=dbb0ede0-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:51:58+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d50c6e10-9561-11ed-9463-b67d18810978 | InvocationID=d50c7108-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:51:58+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f77f1e-9561-11ed-9463-b67d18810978 | InvocationID=e3f780fe-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:51:58+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f77f1e-9561-11ed-9463-b67d18810978 | InvocationID=e3f780fe-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:51:58+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f77f1e-9561-11ed-9463-b67d18810978 | InvocationID=e3f780fe-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:52:09+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbb0e39a-9561-11ed-9463-b67d18810978 | InvocationID=dbb0ede0-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:52:09+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea73968e-9561-11ed-9463-b67d18810978 | InvocationID=ea73990e-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:52:23+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f77f1e-9561-11ed-9463-b67d18810978 | InvocationID=e3f780fe-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:52:23+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e32c30-9561-11ed-9463-b67d18810978 | InvocationID=f2e32e38-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:52:23+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e32c30-9561-11ed-9463-b67d18810978 | InvocationID=f2e32e38-9561-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:52:23+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e32c30-9561-11ed-9463-b67d18810978 | InvocationID=f2e32e38-9561-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:52:34+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea73968e-9561-11ed-9463-b67d18810978 | InvocationID=ea73990e-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:52:34+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f93b22ea-9561-11ed-9463-b67d18810978 | InvocationID=f93b24fc-9561-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:52:48+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e32c30-9561-11ed-9463-b67d18810978 | InvocationID=f2e32e38-9561-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:52:48+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d078d8-9562-11ed-9463-b67d18810978 | InvocationID=01d07c2a-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:52:48+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d078d8-9562-11ed-9463-b67d18810978 | InvocationID=01d07c2a-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:52:48+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d078d8-9562-11ed-9463-b67d18810978 | InvocationID=01d07c2a-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:52:59+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f93b22ea-9561-11ed-9463-b67d18810978 | InvocationID=f93b24fc-9561-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:52:59+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07fc1c44-9562-11ed-9463-b67d18810978 | InvocationID=07fc1e1a-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:53:13+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d078d8-9562-11ed-9463-b67d18810978 | InvocationID=01d07c2a-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:53:13+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bc716c-9562-11ed-9463-b67d18810978 | InvocationID=10bc73e2-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:53:13+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bc716c-9562-11ed-9463-b67d18810978 | InvocationID=10bc73e2-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:53:13+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10bc716c-9562-11ed-9463-b67d18810978 | InvocationID=10bc73e2-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:53:23+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07fc1c44-9562-11ed-9463-b67d18810978 | InvocationID=07fc1e1a-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:53:23+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16be9cde-9562-11ed-9463-b67d18810978 | InvocationID=16be9f2c-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:53:38+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10bc716c-9562-11ed-9463-b67d18810978 | InvocationID=10bc73e2-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:53:38+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa74b48-9562-11ed-9463-b67d18810978 | InvocationID=1fa74d28-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:53:38+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa74b48-9562-11ed-9463-b67d18810978 | InvocationID=1fa74d28-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:53:38+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fa74b48-9562-11ed-9463-b67d18810978 | InvocationID=1fa74d28-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:53:48+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16be9cde-9562-11ed-9463-b67d18810978 | InvocationID=16be9f2c-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:53:48+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257fba00-9562-11ed-9463-b67d18810978 | InvocationID=257fbc26-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:54:03+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fa74b48-9562-11ed-9463-b67d18810978 | InvocationID=1fa74d28-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:54:03+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e929018-9562-11ed-9463-b67d18810978 | InvocationID=2e9291d0-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:54:03+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e929018-9562-11ed-9463-b67d18810978 | InvocationID=2e9291d0-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:54:03+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e929018-9562-11ed-9463-b67d18810978 | InvocationID=2e9291d0-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:54:13+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=257fba00-9562-11ed-9463-b67d18810978 | InvocationID=257fbc26-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:54:13+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3440c520-9562-11ed-9463-b67d18810978 | InvocationID=3440c78c-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:54:28+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e929018-9562-11ed-9463-b67d18810978 | InvocationID=2e9291d0-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:54:28+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d7d7bb0-9562-11ed-9463-b67d18810978 | InvocationID=3d7d7dae-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:54:28+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d7d7bb0-9562-11ed-9463-b67d18810978 | InvocationID=3d7d7dae-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:54:28+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d7d7bb0-9562-11ed-9463-b67d18810978 | InvocationID=3d7d7dae-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:54:38+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3440c520-9562-11ed-9463-b67d18810978 | InvocationID=3440c78c-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:54:38+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43016ad8-9562-11ed-9463-b67d18810978 | InvocationID=43016ca4-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:54:53+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d7d7bb0-9562-11ed-9463-b67d18810978 | InvocationID=3d7d7dae-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:54:53+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c68fe74-9562-11ed-9463-b67d18810978 | InvocationID=4c6900d6-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:54:54+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c68fe74-9562-11ed-9463-b67d18810978 | InvocationID=4c6900d6-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:54:54+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c68fe74-9562-11ed-9463-b67d18810978 | InvocationID=4c6900d6-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:55:02+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43016ad8-9562-11ed-9463-b67d18810978 | InvocationID=43016ca4-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:55:02+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c2b50e-9562-11ed-9463-b67d18810978 | InvocationID=51c2b6da-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:55:19+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c68fe74-9562-11ed-9463-b67d18810978 | InvocationID=4c6900d6-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:55:19+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b55dfe2-9562-11ed-9463-b67d18810978 | InvocationID=5b55e19a-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:55:19+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b55dfe2-9562-11ed-9463-b67d18810978 | InvocationID=5b55e19a-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:55:19+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b55dfe2-9562-11ed-9463-b67d18810978 | InvocationID=5b55e19a-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:55:27+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c2b50e-9562-11ed-9463-b67d18810978 | InvocationID=51c2b6da-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:55:27+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60845958-9562-11ed-9463-b67d18810978 | InvocationID=60845bb0-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:55:44+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b55dfe2-9562-11ed-9463-b67d18810978 | InvocationID=5b55e19a-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:55:44+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a41eb7c-9562-11ed-9463-b67d18810978 | InvocationID=6a41ed66-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:55:44+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a41eb7c-9562-11ed-9463-b67d18810978 | InvocationID=6a41ed66-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:55:44+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a41eb7c-9562-11ed-9463-b67d18810978 | InvocationID=6a41ed66-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:55:52+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60845958-9562-11ed-9463-b67d18810978 | InvocationID=60845bb0-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:55:52+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f456766-9562-11ed-9463-b67d18810978 | InvocationID=6f456a54-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:56:09+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a41eb7c-9562-11ed-9463-b67d18810978 | InvocationID=6a41ed66-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:56:09+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792cc148-9562-11ed-9463-b67d18810978 | InvocationID=792cc38c-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:56:09+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792cc148-9562-11ed-9463-b67d18810978 | InvocationID=792cc38c-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:56:09+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=792cc148-9562-11ed-9463-b67d18810978 | InvocationID=792cc38c-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:56:17+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f456766-9562-11ed-9463-b67d18810978 | InvocationID=6f456a54-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:56:17+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0bebe4-9562-11ed-9463-b67d18810978 | InvocationID=7e0bedb0-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:56:34+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=792cc148-9562-11ed-9463-b67d18810978 | InvocationID=792cc38c-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:56:34+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881a43ba-9562-11ed-9463-b67d18810978 | InvocationID=881a464e-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:56:34+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881a43ba-9562-11ed-9463-b67d18810978 | InvocationID=881a464e-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:56:34+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=881a43ba-9562-11ed-9463-b67d18810978 | InvocationID=881a464e-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:56:41+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e0bebe4-9562-11ed-9463-b67d18810978 | InvocationID=7e0bedb0-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:56:41+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cccec78-9562-11ed-9463-b67d18810978 | InvocationID=8ccceebc-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:56:59+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=881a43ba-9562-11ed-9463-b67d18810978 | InvocationID=881a464e-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:56:59+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=970559c8-9562-11ed-9463-b67d18810978 | InvocationID=97055e46-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:56:59+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=970559c8-9562-11ed-9463-b67d18810978 | InvocationID=97055e46-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:56:59+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=970559c8-9562-11ed-9463-b67d18810978 | InvocationID=97055e46-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:57:06+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cccec78-9562-11ed-9463-b67d18810978 | InvocationID=8ccceebc-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:57:06+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b8ebf70-9562-11ed-9463-b67d18810978 | InvocationID=9b8ec1a0-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:57:24+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=970559c8-9562-11ed-9463-b67d18810978 | InvocationID=97055e46-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:57:24+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5f0ac3a-9562-11ed-9463-b67d18810978 | InvocationID=a5f0aee2-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:57:24+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5f0ac3a-9562-11ed-9463-b67d18810978 | InvocationID=a5f0aee2-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:57:24+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5f0ac3a-9562-11ed-9463-b67d18810978 | InvocationID=a5f0aee2-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:57:31+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b8ebf70-9562-11ed-9463-b67d18810978 | InvocationID=9b8ec1a0-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:57:31+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa4f56c8-9562-11ed-9463-b67d18810978 | InvocationID=aa4f58a8-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:57:49+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5f0ac3a-9562-11ed-9463-b67d18810978 | InvocationID=a5f0aee2-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:57:49+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4db4fe8-9562-11ed-9463-b67d18810978 | InvocationID=b4db5380-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:57:49+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4db4fe8-9562-11ed-9463-b67d18810978 | InvocationID=b4db5380-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:57:49+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4db4fe8-9562-11ed-9463-b67d18810978 | InvocationID=b4db5380-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:57:56+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa4f56c8-9562-11ed-9463-b67d18810978 | InvocationID=aa4f58a8-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:57:56+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b914afaa-9562-11ed-9463-b67d18810978 | InvocationID=b914b1ee-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:58:14+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4db4fe8-9562-11ed-9463-b67d18810978 | InvocationID=b4db5380-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:58:14+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3c764d8-9562-11ed-9463-b67d18810978 | InvocationID=c3c766ae-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:58:14+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3c764d8-9562-11ed-9463-b67d18810978 | InvocationID=c3c766ae-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:58:14+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3c764d8-9562-11ed-9463-b67d18810978 | InvocationID=c3c766ae-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:58:21+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b914afaa-9562-11ed-9463-b67d18810978 | InvocationID=b914b1ee-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:58:21+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d6c79e-9562-11ed-9463-b67d18810978 | InvocationID=c7d6c960-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:58:39+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3c764d8-9562-11ed-9463-b67d18810978 | InvocationID=c3c766ae-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:58:39+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b291fc-9562-11ed-9463-b67d18810978 | InvocationID=d2b29558-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:58:39+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b291fc-9562-11ed-9463-b67d18810978 | InvocationID=d2b29558-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:58:39+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2b291fc-9562-11ed-9463-b67d18810978 | InvocationID=d2b29558-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:58:45+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7d6c79e-9562-11ed-9463-b67d18810978 | InvocationID=c7d6c960-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:58:45+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6977314-9562-11ed-9463-b67d18810978 | InvocationID=d697774c-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:59:04+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2b291fc-9562-11ed-9463-b67d18810978 | InvocationID=d2b29558-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:59:04+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e19db78c-9562-11ed-9463-b67d18810978 | InvocationID=e19dba8e-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:59:04+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e19db78c-9562-11ed-9463-b67d18810978 | InvocationID=e19dba8e-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:59:04+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e19db78c-9562-11ed-9463-b67d18810978 | InvocationID=e19dba8e-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:59:10+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6977314-9562-11ed-9463-b67d18810978 | InvocationID=d697774c-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:59:10+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55c10a8-9562-11ed-9463-b67d18810978 | InvocationID=e55c1300-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:59:29+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e19db78c-9562-11ed-9463-b67d18810978 | InvocationID=e19dba8e-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:59:29+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f088fa86-9562-11ed-9463-b67d18810978 | InvocationID=f088fffe-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:59:29+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f088fa86-9562-11ed-9463-b67d18810978 | InvocationID=f088fffe-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:59:29+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f088fa86-9562-11ed-9463-b67d18810978 | InvocationID=f088fffe-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:59:35+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e55c10a8-9562-11ed-9463-b67d18810978 | InvocationID=e55c1300-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T05:59:35+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41d3428-9562-11ed-9463-b67d18810978 | InvocationID=f41d373e-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T05:59:54+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f088fa86-9562-11ed-9463-b67d18810978 | InvocationID=f088fffe-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T05:59:54+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff740388-9562-11ed-9463-b67d18810978 | InvocationID=ff740572-9562-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T05:59:54+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff740388-9562-11ed-9463-b67d18810978 | InvocationID=ff740572-9562-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T05:59:54+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff740388-9562-11ed-9463-b67d18810978 | InvocationID=ff740572-9562-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:00:00+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f41d3428-9562-11ed-9463-b67d18810978 | InvocationID=f41d373e-9562-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:00:00+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02dfe096-9563-11ed-9463-b67d18810978 | InvocationID=02dfe258-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:00:19+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff740388-9562-11ed-9463-b67d18810978 | InvocationID=ff740572-9562-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:00:19+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5eee30-9563-11ed-9463-b67d18810978 | InvocationID=0e5ef27c-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:00:19+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5eee30-9563-11ed-9463-b67d18810978 | InvocationID=0e5ef27c-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:00:19+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5eee30-9563-11ed-9463-b67d18810978 | InvocationID=0e5ef27c-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:00:24+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02dfe096-9563-11ed-9463-b67d18810978 | InvocationID=02dfe258-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:00:24+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a4a4cc-9563-11ed-9463-b67d18810978 | InvocationID=11a4a6f2-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:00:44+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5eee30-9563-11ed-9463-b67d18810978 | InvocationID=0e5ef27c-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:00:44+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d4bdfde-9563-11ed-9463-b67d18810978 | InvocationID=1d4be1fa-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:00:44+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d4bdfde-9563-11ed-9463-b67d18810978 | InvocationID=1d4be1fa-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:00:44+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d4bdfde-9563-11ed-9463-b67d18810978 | InvocationID=1d4be1fa-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:00:49+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11a4a4cc-9563-11ed-9463-b67d18810978 | InvocationID=11a4a6f2-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:00:49+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20668f0c-9563-11ed-9463-b67d18810978 | InvocationID=20669196-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:01:09+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d4bdfde-9563-11ed-9463-b67d18810978 | InvocationID=1d4be1fa-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:01:09+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c369de0-9563-11ed-9463-b67d18810978 | InvocationID=2c36a06a-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:01:09+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c369de0-9563-11ed-9463-b67d18810978 | InvocationID=2c36a06a-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:01:09+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c369de0-9563-11ed-9463-b67d18810978 | InvocationID=2c36a06a-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:01:14+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20668f0c-9563-11ed-9463-b67d18810978 | InvocationID=20669196-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:01:14+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f2b97e4-9563-11ed-9463-b67d18810978 | InvocationID=2f2b9a0a-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:01:34+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c369de0-9563-11ed-9463-b67d18810978 | InvocationID=2c36a06a-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:01:34+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b219d8c-9563-11ed-9463-b67d18810978 | InvocationID=3b219ff8-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:01:34+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b219d8c-9563-11ed-9463-b67d18810978 | InvocationID=3b219ff8-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:01:34+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b219d8c-9563-11ed-9463-b67d18810978 | InvocationID=3b219ff8-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:01:39+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f2b97e4-9563-11ed-9463-b67d18810978 | InvocationID=2f2b9a0a-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:01:39+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dec08f4-9563-11ed-9463-b67d18810978 | InvocationID=3dec0afc-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:01:59+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b219d8c-9563-11ed-9463-b67d18810978 | InvocationID=3b219ff8-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:01:59+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a0c4e82-9563-11ed-9463-b67d18810978 | InvocationID=4a0c5058-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:01:59+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a0c4e82-9563-11ed-9463-b67d18810978 | InvocationID=4a0c5058-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:01:59+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a0c4e82-9563-11ed-9463-b67d18810978 | InvocationID=4a0c5058-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:02:03+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dec08f4-9563-11ed-9463-b67d18810978 | InvocationID=3dec0afc-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:02:03+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cad0898-9563-11ed-9463-b67d18810978 | InvocationID=4cad1360-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:02:24+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a0c4e82-9563-11ed-9463-b67d18810978 | InvocationID=4a0c5058-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:02:24+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f6e524-9563-11ed-9463-b67d18810978 | InvocationID=58f6e704-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:02:24+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f6e524-9563-11ed-9463-b67d18810978 | InvocationID=58f6e704-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:02:24+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f6e524-9563-11ed-9463-b67d18810978 | InvocationID=58f6e704-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:02:28+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cad0898-9563-11ed-9463-b67d18810978 | InvocationID=4cad1360-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:02:28+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b6f07dc-9563-11ed-9463-b67d18810978 | InvocationID=5b6f0a20-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:02:49+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f6e524-9563-11ed-9463-b67d18810978 | InvocationID=58f6e704-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:02:49+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e20a64-9563-11ed-9463-b67d18810978 | InvocationID=67e20d34-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:02:49+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e20a64-9563-11ed-9463-b67d18810978 | InvocationID=67e20d34-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:02:49+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e20a64-9563-11ed-9463-b67d18810978 | InvocationID=67e20d34-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:02:53+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b6f07dc-9563-11ed-9463-b67d18810978 | InvocationID=5b6f0a20-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:02:53+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a2fdbca-9563-11ed-9463-b67d18810978 | InvocationID=6a2fde04-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:03:14+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e20a64-9563-11ed-9463-b67d18810978 | InvocationID=67e20d34-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:03:14+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76cdb668-9563-11ed-9463-b67d18810978 | InvocationID=76cdb83e-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:03:14+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76cdb668-9563-11ed-9463-b67d18810978 | InvocationID=76cdb83e-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:03:14+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76cdb668-9563-11ed-9463-b67d18810978 | InvocationID=76cdb83e-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:03:18+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a2fdbca-9563-11ed-9463-b67d18810978 | InvocationID=6a2fde04-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:03:18+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78f0a32e-9563-11ed-9463-b67d18810978 | InvocationID=78f0a4fa-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:03:39+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76cdb668-9563-11ed-9463-b67d18810978 | InvocationID=76cdb83e-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:03:39+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b85552-9563-11ed-9463-b67d18810978 | InvocationID=85b857f0-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:03:39+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b85552-9563-11ed-9463-b67d18810978 | InvocationID=85b857f0-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:03:39+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b85552-9563-11ed-9463-b67d18810978 | InvocationID=85b857f0-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:03:42+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78f0a32e-9563-11ed-9463-b67d18810978 | InvocationID=78f0a4fa-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:03:42+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b54388-9563-11ed-9463-b67d18810978 | InvocationID=87b5452c-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:04:04+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b85552-9563-11ed-9463-b67d18810978 | InvocationID=85b857f0-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:04:04+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a55f1a-9563-11ed-9463-b67d18810978 | InvocationID=94a560e6-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:04:04+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a55f1a-9563-11ed-9463-b67d18810978 | InvocationID=94a560e6-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:04+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a55f1a-9563-11ed-9463-b67d18810978 | InvocationID=94a560e6-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:07+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b54388-9563-11ed-9463-b67d18810978 | InvocationID=87b5452c-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:04:07+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96792362-9563-11ed-9463-b67d18810978 | InvocationID=96792556-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:04:29+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a55f1a-9563-11ed-9463-b67d18810978 | InvocationID=94a560e6-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:04:29+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a390be52-9563-11ed-9463-b67d18810978 | InvocationID=a390c190-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:04:29+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a390be52-9563-11ed-9463-b67d18810978 | InvocationID=a390c190-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:29+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a390be52-9563-11ed-9463-b67d18810978 | InvocationID=a390c190-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:32+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96792362-9563-11ed-9463-b67d18810978 | InvocationID=96792556-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:04:32+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a539df18-9563-11ed-9463-b67d18810978 | InvocationID=a539e116-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:04:54+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a390be52-9563-11ed-9463-b67d18810978 | InvocationID=a390c190-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:04:54+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27bee14-9563-11ed-9463-b67d18810978 | InvocationID=b27beffe-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:04:54+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27bee14-9563-11ed-9463-b67d18810978 | InvocationID=b27beffe-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:54+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27bee14-9563-11ed-9463-b67d18810978 | InvocationID=b27beffe-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:04:57+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a539df18-9563-11ed-9463-b67d18810978 | InvocationID=a539e116-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:04:57+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3fca95e-9563-11ed-9463-b67d18810978 | InvocationID=b3fcab20-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:05:19+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27bee14-9563-11ed-9463-b67d18810978 | InvocationID=b27beffe-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:05:19+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c166f4fa-9563-11ed-9463-b67d18810978 | InvocationID=c166f6b2-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:05:19+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c166f4fa-9563-11ed-9463-b67d18810978 | InvocationID=c166f6b2-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:05:19+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c166f4fa-9563-11ed-9463-b67d18810978 | InvocationID=c166f6b2-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:05:21+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3fca95e-9563-11ed-9463-b67d18810978 | InvocationID=b3fcab20-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:05:21+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2be99de-9563-11ed-9463-b67d18810978 | InvocationID=c2be9bd2-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:05:44+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c166f4fa-9563-11ed-9463-b67d18810978 | InvocationID=c166f6b2-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:05:44+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0522034-9563-11ed-9463-b67d18810978 | InvocationID=d052225a-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:05:44+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0522034-9563-11ed-9463-b67d18810978 | InvocationID=d052225a-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:05:44+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0522034-9563-11ed-9463-b67d18810978 | InvocationID=d052225a-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:05:46+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2be99de-9563-11ed-9463-b67d18810978 | InvocationID=c2be9bd2-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:05:46+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1824baa-9563-11ed-9463-b67d18810978 | InvocationID=d1825654-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:06:09+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0522034-9563-11ed-9463-b67d18810978 | InvocationID=d052225a-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:06:09+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df40a96c-9563-11ed-9463-b67d18810978 | InvocationID=df40af34-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:06:09+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df40a96c-9563-11ed-9463-b67d18810978 | InvocationID=df40af34-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:06:09+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df40a96c-9563-11ed-9463-b67d18810978 | InvocationID=df40af34-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:06:11+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1824baa-9563-11ed-9463-b67d18810978 | InvocationID=d1825654-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:06:11+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e046514a-9563-11ed-9463-b67d18810978 | InvocationID=e046538e-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:06:34+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df40a96c-9563-11ed-9463-b67d18810978 | InvocationID=df40af34-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:06:34+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3395c4-9563-11ed-9463-b67d18810978 | InvocationID=ee3397a4-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:06:34+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3395c4-9563-11ed-9463-b67d18810978 | InvocationID=ee3397a4-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:06:34+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee3395c4-9563-11ed-9463-b67d18810978 | InvocationID=ee3397a4-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:06:36+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e046514a-9563-11ed-9463-b67d18810978 | InvocationID=e046538e-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:06:36+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef0a7382-9563-11ed-9463-b67d18810978 | InvocationID=ef0a758a-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:06:59+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee3395c4-9563-11ed-9463-b67d18810978 | InvocationID=ee3397a4-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:06:59+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd1f0bae-9563-11ed-9463-b67d18810978 | InvocationID=fd1f0f46-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:06:59+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd1f0bae-9563-11ed-9463-b67d18810978 | InvocationID=fd1f0f46-9563-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:06:59+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd1f0bae-9563-11ed-9463-b67d18810978 | InvocationID=fd1f0f46-9563-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:07:01+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef0a7382-9563-11ed-9463-b67d18810978 | InvocationID=ef0a758a-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:07:01+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdce0438-9563-11ed-9463-b67d18810978 | InvocationID=fdce0618-9563-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:07:24+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd1f0bae-9563-11ed-9463-b67d18810978 | InvocationID=fd1f0f46-9563-11ed-9463-b67d18810978 | Polling MR for XNF activation/deactivation policy response events. 2023-01-16T06:07:24+0000 | policy_event_thread | 140675509951264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c0b6ea0-9564-11ed-9463-b67d18810978 | InvocationID=0c0b708a-9564-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-16T06:07:24+0000 | policy_event_thread | 140675509951264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c0b6ea0-9564-11ed-9463-b67d18810978 | InvocationID=0c0b708a-9564-11ed-9463-b67d18810978 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:07:24+0000 | policy_event_thread | 140675509951264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c0b6ea0-9564-11ed-9463-b67d18810978 | InvocationID=0c0b708a-9564-11ed-9463-b67d18810978 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-16T06:07:25+0000 | aai_event_thread | 140675508890400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdce0438-9563-11ed-9463-b67d18810978 | InvocationID=fdce0618-9563-11ed-9463-b67d18810978 | Polling MR for XNF AAI events. 2023-01-16T06:07:25+0000 | aai_event_thread | 140675508890400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c8ff102-9564-11ed-9463-b67d18810978 | InvocationID=0c8ff33c-9564-11ed-9463-b67d18810978 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-16T06:07:49+0000 | policy_event_thread | 140675509951264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c0b6ea0-9564-11ed-9463-