By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-17T04:58:56+0000 | MainThread | 140293869788488 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-17T04:58:56+0000 | MainThread | 140293869788488 | 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'}}}}[0m 2022-11-17T04:58:56+0000 | MainThread | 140293869788488 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-17T04:58:56+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T04:58:56+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-17T04:58:56+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa5ee84-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa5f06e-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T04:58:56+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa60662-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa60770-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T04:58:57+0000 | MainThread | 140293869788488 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2022-11-17T04:58:57+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa5ee84-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa5f06e-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:58:57+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa5ee84-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa5f06e-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:58:57+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa60662-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa60770-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:58:57+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa60662-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa60770-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa60662-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa60770-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T04:59:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ca1d84-6634-11ed-8881-6e0da6685f64 | InvocationID=96ca248c-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T04:59:17+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ca1d84-6634-11ed-8881-6e0da6685f64 | InvocationID=96ca248c-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:17+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ca1d84-6634-11ed-8881-6e0da6685f64 | InvocationID=96ca248c-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:22+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa5ee84-6634-11ed-8881-6e0da6685f64 | InvocationID=8aa5f06e-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T04:59:22+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c36568-6634-11ed-8881-6e0da6685f64 | InvocationID=99c36748-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T04:59:22+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c36568-6634-11ed-8881-6e0da6685f64 | InvocationID=99c36748-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:59:22+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c36568-6634-11ed-8881-6e0da6685f64 | InvocationID=99c36748-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:59:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ca1d84-6634-11ed-8881-6e0da6685f64 | InvocationID=96ca248c-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T04:59:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bae506-6634-11ed-8881-6e0da6685f64 | InvocationID=a2bae6e6-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T04:59:37+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bae506-6634-11ed-8881-6e0da6685f64 | InvocationID=a2bae6e6-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:37+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bae506-6634-11ed-8881-6e0da6685f64 | InvocationID=a2bae6e6-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:47+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c36568-6634-11ed-8881-6e0da6685f64 | InvocationID=99c36748-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T04:59:47+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b1d104-6634-11ed-8881-6e0da6685f64 | InvocationID=a8b1d302-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T04:59:47+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b1d104-6634-11ed-8881-6e0da6685f64 | InvocationID=a8b1d302-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:59:47+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b1d104-6634-11ed-8881-6e0da6685f64 | InvocationID=a8b1d302-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T04:59:57+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bae506-6634-11ed-8881-6e0da6685f64 | InvocationID=a2bae6e6-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T04:59:57+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeae0014-6634-11ed-8881-6e0da6685f64 | InvocationID=aeae0212-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T04:59:57+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeae0014-6634-11ed-8881-6e0da6685f64 | InvocationID=aeae0212-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T04:59:57+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeae0014-6634-11ed-8881-6e0da6685f64 | InvocationID=aeae0212-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:12+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b1d104-6634-11ed-8881-6e0da6685f64 | InvocationID=a8b1d302-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:00:12+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a00406-6634-11ed-8881-6e0da6685f64 | InvocationID=b7a00564-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:00:12+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a00406-6634-11ed-8881-6e0da6685f64 | InvocationID=b7a00564-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:00:12+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a00406-6634-11ed-8881-6e0da6685f64 | InvocationID=b7a00564-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:00:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeae0014-6634-11ed-8881-6e0da6685f64 | InvocationID=aeae0212-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:00:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa09ae4-6634-11ed-8881-6e0da6685f64 | InvocationID=baa09ca6-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:00:17+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa09ae4-6634-11ed-8881-6e0da6685f64 | InvocationID=baa09ca6-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:17+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa09ae4-6634-11ed-8881-6e0da6685f64 | InvocationID=baa09ca6-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:37+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a00406-6634-11ed-8881-6e0da6685f64 | InvocationID=b7a00564-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:00:37+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68cba36-6634-11ed-8881-6e0da6685f64 | InvocationID=c68cbc16-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:00:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa09ae4-6634-11ed-8881-6e0da6685f64 | InvocationID=baa09ca6-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:00:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6912d6e-6634-11ed-8881-6e0da6685f64 | InvocationID=c6912f6c-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:00:37+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6912d6e-6634-11ed-8881-6e0da6685f64 | InvocationID=c6912f6c-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:37+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6912d6e-6634-11ed-8881-6e0da6685f64 | InvocationID=c6912f6c-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:37+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68cba36-6634-11ed-8881-6e0da6685f64 | InvocationID=c68cbc16-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:00:37+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c68cba36-6634-11ed-8881-6e0da6685f64 | InvocationID=c68cbc16-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:00:57+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6912d6e-6634-11ed-8881-6e0da6685f64 | InvocationID=c6912f6c-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:00:57+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d284ecbe-6634-11ed-8881-6e0da6685f64 | InvocationID=d284f0b0-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:00:57+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d284ecbe-6634-11ed-8881-6e0da6685f64 | InvocationID=d284f0b0-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:00:57+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d284ecbe-6634-11ed-8881-6e0da6685f64 | InvocationID=d284f0b0-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:02+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c68cba36-6634-11ed-8881-6e0da6685f64 | InvocationID=c68cbc16-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:01:02+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d584e8ec-6634-11ed-8881-6e0da6685f64 | InvocationID=d584eaea-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:01:02+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d584e8ec-6634-11ed-8881-6e0da6685f64 | InvocationID=d584eaea-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:02+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d584e8ec-6634-11ed-8881-6e0da6685f64 | InvocationID=d584eaea-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d284ecbe-6634-11ed-8881-6e0da6685f64 | InvocationID=d284f0b0-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:01:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7da16e-6634-11ed-8881-6e0da6685f64 | InvocationID=de7da3da-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:01:17+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7da16e-6634-11ed-8881-6e0da6685f64 | InvocationID=de7da3da-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:17+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de7da16e-6634-11ed-8881-6e0da6685f64 | InvocationID=de7da3da-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:27+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d584e8ec-6634-11ed-8881-6e0da6685f64 | InvocationID=d584eaea-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:01:27+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e472fd44-6634-11ed-8881-6e0da6685f64 | InvocationID=e473010e-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:01:27+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e472fd44-6634-11ed-8881-6e0da6685f64 | InvocationID=e473010e-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:27+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e472fd44-6634-11ed-8881-6e0da6685f64 | InvocationID=e473010e-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de7da16e-6634-11ed-8881-6e0da6685f64 | InvocationID=de7da3da-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:01:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea73502c-6634-11ed-8881-6e0da6685f64 | InvocationID=ea73518a-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:01:37+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea73502c-6634-11ed-8881-6e0da6685f64 | InvocationID=ea73518a-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:37+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea73502c-6634-11ed-8881-6e0da6685f64 | InvocationID=ea73518a-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:52+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e472fd44-6634-11ed-8881-6e0da6685f64 | InvocationID=e473010e-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:01:52+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35f4db2-6634-11ed-8881-6e0da6685f64 | InvocationID=f35f4f1a-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:01:52+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35f4db2-6634-11ed-8881-6e0da6685f64 | InvocationID=f35f4f1a-6634-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:52+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35f4db2-6634-11ed-8881-6e0da6685f64 | InvocationID=f35f4f1a-6634-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:01:57+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea73502c-6634-11ed-8881-6e0da6685f64 | InvocationID=ea73518a-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:01:57+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66789a2-6634-11ed-8881-6e0da6685f64 | InvocationID=f6678b64-6634-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:01:57+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66789a2-6634-11ed-8881-6e0da6685f64 | InvocationID=f6678b64-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:01:57+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66789a2-6634-11ed-8881-6e0da6685f64 | InvocationID=f6678b64-6634-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:02:17+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35f4db2-6634-11ed-8881-6e0da6685f64 | InvocationID=f35f4f1a-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:02:17+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024a11f4-6635-11ed-8881-6e0da6685f64 | InvocationID=024a13f2-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:02:17+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024a11f4-6635-11ed-8881-6e0da6685f64 | InvocationID=024a13f2-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:02:17+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024a11f4-6635-11ed-8881-6e0da6685f64 | InvocationID=024a13f2-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:02:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66789a2-6634-11ed-8881-6e0da6685f64 | InvocationID=f6678b64-6634-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:02:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0258b79a-6635-11ed-8881-6e0da6685f64 | InvocationID=0258b984-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:02:17+0000 | aai_event_thread | 140293819050784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0258b79a-6635-11ed-8881-6e0da6685f64 | InvocationID=0258b984-6635-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:02:17+0000 | aai_event_thread | 140293819050784 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0258b79a-6635-11ed-8881-6e0da6685f64 | InvocationID=0258b984-6635-11ed-8881-6e0da6685f64 | 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[0m 2022-11-17T05:02:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0258b79a-6635-11ed-8881-6e0da6685f64 | InvocationID=0258b984-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:02:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e483648-6635-11ed-8881-6e0da6685f64 | InvocationID=0e483986-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:02:42+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024a11f4-6635-11ed-8881-6e0da6685f64 | InvocationID=024a13f2-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:02:42+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11373e62-6635-11ed-8881-6e0da6685f64 | InvocationID=11374286-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:02:42+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11373e62-6635-11ed-8881-6e0da6685f64 | InvocationID=11374286-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:02:42+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11373e62-6635-11ed-8881-6e0da6685f64 | InvocationID=11374286-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:01+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e483648-6635-11ed-8881-6e0da6685f64 | InvocationID=0e483986-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:03:01+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca9422c-6635-11ed-8881-6e0da6685f64 | InvocationID=1ca94826-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:03:07+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11373e62-6635-11ed-8881-6e0da6685f64 | InvocationID=11374286-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:03:07+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2023cdb4-6635-11ed-8881-6e0da6685f64 | InvocationID=2023e664-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:03:07+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2023cdb4-6635-11ed-8881-6e0da6685f64 | InvocationID=2023e664-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:07+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2023cdb4-6635-11ed-8881-6e0da6685f64 | InvocationID=2023e664-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:21+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ca9422c-6635-11ed-8881-6e0da6685f64 | InvocationID=1ca94826-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:03:21+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a3c8ea-6635-11ed-8881-6e0da6685f64 | InvocationID=28a3caac-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:03:32+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2023cdb4-6635-11ed-8881-6e0da6685f64 | InvocationID=2023e664-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:03:32+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0e8e0e-6635-11ed-8881-6e0da6685f64 | InvocationID=2f0e90ca-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:03:32+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0e8e0e-6635-11ed-8881-6e0da6685f64 | InvocationID=2f0e90ca-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:32+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0e8e0e-6635-11ed-8881-6e0da6685f64 | InvocationID=2f0e90ca-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:42+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a3c8ea-6635-11ed-8881-6e0da6685f64 | InvocationID=28a3caac-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:03:42+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349c8a06-6635-11ed-8881-6e0da6685f64 | InvocationID=349c8baa-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:03:57+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0e8e0e-6635-11ed-8881-6e0da6685f64 | InvocationID=2f0e90ca-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:03:57+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df98f68-6635-11ed-8881-6e0da6685f64 | InvocationID=3df99134-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:03:57+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df98f68-6635-11ed-8881-6e0da6685f64 | InvocationID=3df99134-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:03:57+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3df98f68-6635-11ed-8881-6e0da6685f64 | InvocationID=3df99134-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:04:02+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349c8a06-6635-11ed-8881-6e0da6685f64 | InvocationID=349c8baa-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:04:02+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a154a8-6635-11ed-8881-6e0da6685f64 | InvocationID=40a1566a-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:04:22+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3df98f68-6635-11ed-8881-6e0da6685f64 | InvocationID=3df99134-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:04:22+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ce57604-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce578ac-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:04:22+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40a154a8-6635-11ed-8881-6e0da6685f64 | InvocationID=40a1566a-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:04:22+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ce77dd2-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce77ff8-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:04:22+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ce57604-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce578ac-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:04:22+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ce57604-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce578ac-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:04:47+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ce77dd2-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce77ff8-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:04:47+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bac07b6-6635-11ed-8881-6e0da6685f64 | InvocationID=5bac09be-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:04:47+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ce57604-6635-11ed-8881-6e0da6685f64 | InvocationID=4ce578ac-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:04:47+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bd2bb9a-6635-11ed-8881-6e0da6685f64 | InvocationID=5bd2bd5c-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:04:47+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bd2bb9a-6635-11ed-8881-6e0da6685f64 | InvocationID=5bd2bd5c-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:04:47+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bd2bb9a-6635-11ed-8881-6e0da6685f64 | InvocationID=5bd2bd5c-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:05:12+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bac07b6-6635-11ed-8881-6e0da6685f64 | InvocationID=5bac09be-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:05:12+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6fedda-6635-11ed-8881-6e0da6685f64 | InvocationID=6a6fef60-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:05:12+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bd2bb9a-6635-11ed-8881-6e0da6685f64 | InvocationID=5bd2bd5c-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:05:12+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6abe8db4-6635-11ed-8881-6e0da6685f64 | InvocationID=6abe902a-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:05:12+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6abe8db4-6635-11ed-8881-6e0da6685f64 | InvocationID=6abe902a-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:05:12+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6abe8db4-6635-11ed-8881-6e0da6685f64 | InvocationID=6abe902a-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:05:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a6fedda-6635-11ed-8881-6e0da6685f64 | InvocationID=6a6fef60-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:05:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79325fec-6635-11ed-8881-6e0da6685f64 | InvocationID=793261fe-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:05:37+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6abe8db4-6635-11ed-8881-6e0da6685f64 | InvocationID=6abe902a-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:05:37+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ab4f7e-6635-11ed-8881-6e0da6685f64 | InvocationID=79ab51fe-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:05:37+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ab4f7e-6635-11ed-8881-6e0da6685f64 | InvocationID=79ab51fe-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:05:37+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ab4f7e-6635-11ed-8881-6e0da6685f64 | InvocationID=79ab51fe-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:01+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79325fec-6635-11ed-8881-6e0da6685f64 | InvocationID=793261fe-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:06:01+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87f72bd4-6635-11ed-8881-6e0da6685f64 | InvocationID=87f72db4-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:06:02+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ab4f7e-6635-11ed-8881-6e0da6685f64 | InvocationID=79ab51fe-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:06:02+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8896b49c-6635-11ed-8881-6e0da6685f64 | InvocationID=8896b730-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:06:02+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8896b49c-6635-11ed-8881-6e0da6685f64 | InvocationID=8896b730-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:02+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8896b49c-6635-11ed-8881-6e0da6685f64 | InvocationID=8896b730-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:26+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87f72bd4-6635-11ed-8881-6e0da6685f64 | InvocationID=87f72db4-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:06:26+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96b9d0f4-6635-11ed-8881-6e0da6685f64 | InvocationID=96b9d392-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:06:27+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8896b49c-6635-11ed-8881-6e0da6685f64 | InvocationID=8896b730-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:06:27+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97824142-6635-11ed-8881-6e0da6685f64 | InvocationID=978243a4-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:06:28+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97824142-6635-11ed-8881-6e0da6685f64 | InvocationID=978243a4-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:28+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97824142-6635-11ed-8881-6e0da6685f64 | InvocationID=978243a4-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:51+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96b9d0f4-6635-11ed-8881-6e0da6685f64 | InvocationID=96b9d392-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:06:51+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5801468-6635-11ed-8881-6e0da6685f64 | InvocationID=a5802548-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:06:53+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97824142-6635-11ed-8881-6e0da6685f64 | InvocationID=978243a4-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:06:53+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6732a72-6635-11ed-8881-6e0da6685f64 | InvocationID=a6732d74-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:06:53+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6732a72-6635-11ed-8881-6e0da6685f64 | InvocationID=a6732d74-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:06:53+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6732a72-6635-11ed-8881-6e0da6685f64 | InvocationID=a6732d74-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:07:16+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5801468-6635-11ed-8881-6e0da6685f64 | InvocationID=a5802548-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:07:16+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b44d1dd8-6635-11ed-8881-6e0da6685f64 | InvocationID=b44d1fea-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:07:18+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6732a72-6635-11ed-8881-6e0da6685f64 | InvocationID=a6732d74-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:07:18+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b564b24e-6635-11ed-8881-6e0da6685f64 | InvocationID=b564b410-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:07:18+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b564b24e-6635-11ed-8881-6e0da6685f64 | InvocationID=b564b410-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:07:18+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b564b24e-6635-11ed-8881-6e0da6685f64 | InvocationID=b564b410-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:07:41+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b44d1dd8-6635-11ed-8881-6e0da6685f64 | InvocationID=b44d1fea-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:07:41+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c31320e2-6635-11ed-8881-6e0da6685f64 | InvocationID=c3132326-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:07:43+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b564b24e-6635-11ed-8881-6e0da6685f64 | InvocationID=b564b410-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:07:43+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4503e5e-6635-11ed-8881-6e0da6685f64 | InvocationID=c45040a2-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:07:43+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4503e5e-6635-11ed-8881-6e0da6685f64 | InvocationID=c45040a2-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:07:43+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4503e5e-6635-11ed-8881-6e0da6685f64 | InvocationID=c45040a2-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:05+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c31320e2-6635-11ed-8881-6e0da6685f64 | InvocationID=c3132326-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:08:05+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d9b4ce-6635-11ed-8881-6e0da6685f64 | InvocationID=d1d9b7a8-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:08:08+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4503e5e-6635-11ed-8881-6e0da6685f64 | InvocationID=c45040a2-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:08:08+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d33c8bf2-6635-11ed-8881-6e0da6685f64 | InvocationID=d33c8e40-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:08:08+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d33c8bf2-6635-11ed-8881-6e0da6685f64 | InvocationID=d33c8e40-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:08+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d33c8bf2-6635-11ed-8881-6e0da6685f64 | InvocationID=d33c8e40-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:30+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1d9b4ce-6635-11ed-8881-6e0da6685f64 | InvocationID=d1d9b7a8-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:08:30+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e09bb80e-6635-11ed-8881-6e0da6685f64 | InvocationID=e09bb9b2-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:08:33+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d33c8bf2-6635-11ed-8881-6e0da6685f64 | InvocationID=d33c8e40-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:08:33+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e227840a-6635-11ed-8881-6e0da6685f64 | InvocationID=e2278630-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:08:33+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e227840a-6635-11ed-8881-6e0da6685f64 | InvocationID=e2278630-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:33+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e227840a-6635-11ed-8881-6e0da6685f64 | InvocationID=e2278630-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:55+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e09bb80e-6635-11ed-8881-6e0da6685f64 | InvocationID=e09bb9b2-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:08:55+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef5e906e-6635-11ed-8881-6e0da6685f64 | InvocationID=ef5e9258-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:08:58+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e227840a-6635-11ed-8881-6e0da6685f64 | InvocationID=e2278630-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:08:58+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1120eea-6635-11ed-8881-6e0da6685f64 | InvocationID=f11210de-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:08:58+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1120eea-6635-11ed-8881-6e0da6685f64 | InvocationID=f11210de-6635-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:08:58+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1120eea-6635-11ed-8881-6e0da6685f64 | InvocationID=f11210de-6635-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:09:20+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef5e906e-6635-11ed-8881-6e0da6685f64 | InvocationID=ef5e9258-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:09:20+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe224654-6635-11ed-8881-6e0da6685f64 | InvocationID=fe2249ec-6635-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:09:23+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1120eea-6635-11ed-8881-6e0da6685f64 | InvocationID=f11210de-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:09:23+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0003b7b4-6636-11ed-8881-6e0da6685f64 | InvocationID=0003b9bc-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:09:23+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0003b7b4-6636-11ed-8881-6e0da6685f64 | InvocationID=0003b9bc-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:09:23+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0003b7b4-6636-11ed-8881-6e0da6685f64 | InvocationID=0003b9bc-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:09:44+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe224654-6635-11ed-8881-6e0da6685f64 | InvocationID=fe2249ec-6635-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:09:44+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cebb814-6636-11ed-8881-6e0da6685f64 | InvocationID=0cebba4e-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:09:48+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0003b7b4-6636-11ed-8881-6e0da6685f64 | InvocationID=0003b9bc-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:09:48+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eefaf08-6636-11ed-8881-6e0da6685f64 | InvocationID=0eefb0a2-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:09:48+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eefaf08-6636-11ed-8881-6e0da6685f64 | InvocationID=0eefb0a2-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:09:48+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eefaf08-6636-11ed-8881-6e0da6685f64 | InvocationID=0eefb0a2-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:10:09+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cebb814-6636-11ed-8881-6e0da6685f64 | InvocationID=0cebba4e-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:10:09+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bad3c60-6636-11ed-8881-6e0da6685f64 | InvocationID=1bad4070-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:10:13+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eefaf08-6636-11ed-8881-6e0da6685f64 | InvocationID=0eefb0a2-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:10:13+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd9cb0c-6636-11ed-8881-6e0da6685f64 | InvocationID=1dd9cd00-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:10:13+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd9cb0c-6636-11ed-8881-6e0da6685f64 | InvocationID=1dd9cd00-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:10:13+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd9cb0c-6636-11ed-8881-6e0da6685f64 | InvocationID=1dd9cd00-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:10:34+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bad3c60-6636-11ed-8881-6e0da6685f64 | InvocationID=1bad4070-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:10:34+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a708bf8-6636-11ed-8881-6e0da6685f64 | InvocationID=2a708e00-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:10:38+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd9cb0c-6636-11ed-8881-6e0da6685f64 | InvocationID=1dd9cd00-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:10:38+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ccc2f2e-6636-11ed-8881-6e0da6685f64 | InvocationID=2ccc3136-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:10:38+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ccc2f2e-6636-11ed-8881-6e0da6685f64 | InvocationID=2ccc3136-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:10:38+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ccc2f2e-6636-11ed-8881-6e0da6685f64 | InvocationID=2ccc3136-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:10:59+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a708bf8-6636-11ed-8881-6e0da6685f64 | InvocationID=2a708e00-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:10:59+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3932f130-6636-11ed-8881-6e0da6685f64 | InvocationID=3932f306-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:11:03+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ccc2f2e-6636-11ed-8881-6e0da6685f64 | InvocationID=2ccc3136-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:11:03+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb67666-6636-11ed-8881-6e0da6685f64 | InvocationID=3bb6794a-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:11:03+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb67666-6636-11ed-8881-6e0da6685f64 | InvocationID=3bb6794a-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:11:03+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bb67666-6636-11ed-8881-6e0da6685f64 | InvocationID=3bb6794a-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:11:24+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3932f130-6636-11ed-8881-6e0da6685f64 | InvocationID=3932f306-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:11:24+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f85304-6636-11ed-8881-6e0da6685f64 | InvocationID=47f854f8-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:11:28+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bb67666-6636-11ed-8881-6e0da6685f64 | InvocationID=3bb6794a-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:11:28+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aa1c9fa-6636-11ed-8881-6e0da6685f64 | InvocationID=4aa1cc3e-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:11:28+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aa1c9fa-6636-11ed-8881-6e0da6685f64 | InvocationID=4aa1cc3e-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:11:28+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aa1c9fa-6636-11ed-8881-6e0da6685f64 | InvocationID=4aa1cc3e-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:11:48+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47f85304-6636-11ed-8881-6e0da6685f64 | InvocationID=47f854f8-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:11:48+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b91b62-6636-11ed-8881-6e0da6685f64 | InvocationID=56b92cec-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:11:53+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aa1c9fa-6636-11ed-8881-6e0da6685f64 | InvocationID=4aa1cc3e-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:11:53+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598d94c6-6636-11ed-8881-6e0da6685f64 | InvocationID=598d96f6-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:11:53+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598d94c6-6636-11ed-8881-6e0da6685f64 | InvocationID=598d96f6-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:11:53+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=598d94c6-6636-11ed-8881-6e0da6685f64 | InvocationID=598d96f6-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:12:13+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56b91b62-6636-11ed-8881-6e0da6685f64 | InvocationID=56b92cec-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:12:13+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657ce5ca-6636-11ed-8881-6e0da6685f64 | InvocationID=657ce7d2-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:12:18+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=598d94c6-6636-11ed-8881-6e0da6685f64 | InvocationID=598d96f6-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:12:18+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6878b272-6636-11ed-8881-6e0da6685f64 | InvocationID=6878b40c-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:12:18+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6878b272-6636-11ed-8881-6e0da6685f64 | InvocationID=6878b40c-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:12:18+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6878b272-6636-11ed-8881-6e0da6685f64 | InvocationID=6878b40c-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:12:38+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=657ce5ca-6636-11ed-8881-6e0da6685f64 | InvocationID=657ce7d2-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:12:38+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743f68f8-6636-11ed-8881-6e0da6685f64 | InvocationID=743f6a92-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:12:43+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6878b272-6636-11ed-8881-6e0da6685f64 | InvocationID=6878b40c-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:12:43+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77631e8a-6636-11ed-8881-6e0da6685f64 | InvocationID=77632038-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:12:43+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77631e8a-6636-11ed-8881-6e0da6685f64 | InvocationID=77632038-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:12:43+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77631e8a-6636-11ed-8881-6e0da6685f64 | InvocationID=77632038-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:03+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=743f68f8-6636-11ed-8881-6e0da6685f64 | InvocationID=743f6a92-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:13:03+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830144ce-6636-11ed-8881-6e0da6685f64 | InvocationID=83014640-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:13:08+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77631e8a-6636-11ed-8881-6e0da6685f64 | InvocationID=77632038-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:13:08+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864d46e6-6636-11ed-8881-6e0da6685f64 | InvocationID=864d4862-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:13:08+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864d46e6-6636-11ed-8881-6e0da6685f64 | InvocationID=864d4862-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:08+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864d46e6-6636-11ed-8881-6e0da6685f64 | InvocationID=864d4862-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:27+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=830144ce-6636-11ed-8881-6e0da6685f64 | InvocationID=83014640-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:13:27+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c34a66-6636-11ed-8881-6e0da6685f64 | InvocationID=91c34c78-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:13:33+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864d46e6-6636-11ed-8881-6e0da6685f64 | InvocationID=864d4862-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:13:33+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95381d48-6636-11ed-8881-6e0da6685f64 | InvocationID=95381f14-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:13:33+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95381d48-6636-11ed-8881-6e0da6685f64 | InvocationID=95381f14-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:33+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95381d48-6636-11ed-8881-6e0da6685f64 | InvocationID=95381f14-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:52+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91c34a66-6636-11ed-8881-6e0da6685f64 | InvocationID=91c34c78-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:13:52+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a083c18e-6636-11ed-8881-6e0da6685f64 | InvocationID=a083c454-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:13:58+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95381d48-6636-11ed-8881-6e0da6685f64 | InvocationID=95381f14-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:13:58+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42201e8-6636-11ed-8881-6e0da6685f64 | InvocationID=a4220576-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:13:58+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42201e8-6636-11ed-8881-6e0da6685f64 | InvocationID=a4220576-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:13:58+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42201e8-6636-11ed-8881-6e0da6685f64 | InvocationID=a4220576-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:14:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a083c18e-6636-11ed-8881-6e0da6685f64 | InvocationID=a083c454-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:14:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af4bb104-6636-11ed-8881-6e0da6685f64 | InvocationID=af4bb2a8-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:14:23+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42201e8-6636-11ed-8881-6e0da6685f64 | InvocationID=a4220576-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:14:23+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30dc3cc-6636-11ed-8881-6e0da6685f64 | InvocationID=b30dc598-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:14:23+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30dc3cc-6636-11ed-8881-6e0da6685f64 | InvocationID=b30dc598-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:14:23+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30dc3cc-6636-11ed-8881-6e0da6685f64 | InvocationID=b30dc598-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:14:42+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af4bb104-6636-11ed-8881-6e0da6685f64 | InvocationID=af4bb2a8-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:14:42+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be0cc02a-6636-11ed-8881-6e0da6685f64 | InvocationID=be0cc246-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:14:48+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30dc3cc-6636-11ed-8881-6e0da6685f64 | InvocationID=b30dc598-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:14:48+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f84c36-6636-11ed-8881-6e0da6685f64 | InvocationID=c1f84ed4-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:14:48+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f84c36-6636-11ed-8881-6e0da6685f64 | InvocationID=c1f84ed4-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:14:48+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f84c36-6636-11ed-8881-6e0da6685f64 | InvocationID=c1f84ed4-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:15:06+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be0cc02a-6636-11ed-8881-6e0da6685f64 | InvocationID=be0cc246-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:15:06+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cccdf5a2-6636-11ed-8881-6e0da6685f64 | InvocationID=cccdf8a4-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:15:13+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f84c36-6636-11ed-8881-6e0da6685f64 | InvocationID=c1f84ed4-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:15:13+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e27474-6636-11ed-8881-6e0da6685f64 | InvocationID=d0e275fa-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:15:13+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e27474-6636-11ed-8881-6e0da6685f64 | InvocationID=d0e275fa-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:15:13+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e27474-6636-11ed-8881-6e0da6685f64 | InvocationID=d0e275fa-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:15:31+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cccdf5a2-6636-11ed-8881-6e0da6685f64 | InvocationID=cccdf8a4-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:15:31+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db8f5a68-6636-11ed-8881-6e0da6685f64 | InvocationID=db8f5c48-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:15:38+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e27474-6636-11ed-8881-6e0da6685f64 | InvocationID=d0e275fa-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:15:38+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfccca02-6636-11ed-8881-6e0da6685f64 | InvocationID=dfccd60a-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:15:38+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfccca02-6636-11ed-8881-6e0da6685f64 | InvocationID=dfccd60a-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:15:38+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfccca02-6636-11ed-8881-6e0da6685f64 | InvocationID=dfccd60a-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:15:56+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db8f5a68-6636-11ed-8881-6e0da6685f64 | InvocationID=db8f5c48-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:15:56+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea517522-6636-11ed-8881-6e0da6685f64 | InvocationID=ea517694-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:16:03+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfccca02-6636-11ed-8881-6e0da6685f64 | InvocationID=dfccd60a-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:16:03+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb716e4-6636-11ed-8881-6e0da6685f64 | InvocationID=eeb71900-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:16:03+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb716e4-6636-11ed-8881-6e0da6685f64 | InvocationID=eeb71900-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:16:03+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb716e4-6636-11ed-8881-6e0da6685f64 | InvocationID=eeb71900-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:16:21+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea517522-6636-11ed-8881-6e0da6685f64 | InvocationID=ea517694-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:16:21+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91d4482-6636-11ed-8881-6e0da6685f64 | InvocationID=f91d4680-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:16:28+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb716e4-6636-11ed-8881-6e0da6685f64 | InvocationID=eeb71900-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:16:28+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda2c2d4-6636-11ed-8881-6e0da6685f64 | InvocationID=fda2c4d2-6636-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:16:28+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda2c2d4-6636-11ed-8881-6e0da6685f64 | InvocationID=fda2c4d2-6636-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:16:28+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fda2c2d4-6636-11ed-8881-6e0da6685f64 | InvocationID=fda2c4d2-6636-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:16:46+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f91d4482-6636-11ed-8881-6e0da6685f64 | InvocationID=f91d4680-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:16:46+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f1e666-6637-11ed-8881-6e0da6685f64 | InvocationID=07f1e800-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:16:53+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fda2c2d4-6636-11ed-8881-6e0da6685f64 | InvocationID=fda2c4d2-6636-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:16:53+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c8d4a8a-6637-11ed-8881-6e0da6685f64 | InvocationID=0c8d4c56-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:16:53+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c8d4a8a-6637-11ed-8881-6e0da6685f64 | InvocationID=0c8d4c56-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:16:53+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c8d4a8a-6637-11ed-8881-6e0da6685f64 | InvocationID=0c8d4c56-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:17:10+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07f1e666-6637-11ed-8881-6e0da6685f64 | InvocationID=07f1e800-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:17:10+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b758de-6637-11ed-8881-6e0da6685f64 | InvocationID=16b75ad2-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:17:18+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c8d4a8a-6637-11ed-8881-6e0da6685f64 | InvocationID=0c8d4c56-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:17:18+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b79cd16-6637-11ed-8881-6e0da6685f64 | InvocationID=1b79cf32-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:17:18+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b79cd16-6637-11ed-8881-6e0da6685f64 | InvocationID=1b79cf32-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:17:18+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b79cd16-6637-11ed-8881-6e0da6685f64 | InvocationID=1b79cf32-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:17:35+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b758de-6637-11ed-8881-6e0da6685f64 | InvocationID=16b75ad2-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:17:35+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2579408a-6637-11ed-8881-6e0da6685f64 | InvocationID=2579422e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:17:43+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b79cd16-6637-11ed-8881-6e0da6685f64 | InvocationID=1b79cf32-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:17:43+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a64731c-6637-11ed-8881-6e0da6685f64 | InvocationID=2a6474fc-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:17:43+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a64731c-6637-11ed-8881-6e0da6685f64 | InvocationID=2a6474fc-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:17:43+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a64731c-6637-11ed-8881-6e0da6685f64 | InvocationID=2a6474fc-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:00+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2579408a-6637-11ed-8881-6e0da6685f64 | InvocationID=2579422e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:18:00+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343b741c-6637-11ed-8881-6e0da6685f64 | InvocationID=343b75ca-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:18:08+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a64731c-6637-11ed-8881-6e0da6685f64 | InvocationID=2a6474fc-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:18:08+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394e724c-6637-11ed-8881-6e0da6685f64 | InvocationID=394e747c-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:18:08+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394e724c-6637-11ed-8881-6e0da6685f64 | InvocationID=394e747c-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:08+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=394e724c-6637-11ed-8881-6e0da6685f64 | InvocationID=394e747c-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:25+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=343b741c-6637-11ed-8881-6e0da6685f64 | InvocationID=343b75ca-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:18:25+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fe717a-6637-11ed-8881-6e0da6685f64 | InvocationID=42fe74c2-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:18:33+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=394e724c-6637-11ed-8881-6e0da6685f64 | InvocationID=394e747c-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:18:33+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48397ea0-6637-11ed-8881-6e0da6685f64 | InvocationID=4839809e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:18:33+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48397ea0-6637-11ed-8881-6e0da6685f64 | InvocationID=4839809e-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:33+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48397ea0-6637-11ed-8881-6e0da6685f64 | InvocationID=4839809e-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:49+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fe717a-6637-11ed-8881-6e0da6685f64 | InvocationID=42fe74c2-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:18:49+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c09ff8-6637-11ed-8881-6e0da6685f64 | InvocationID=51c0af8e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:18:58+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48397ea0-6637-11ed-8881-6e0da6685f64 | InvocationID=4839809e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:18:58+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5726d0ca-6637-11ed-8881-6e0da6685f64 | InvocationID=5726d2aa-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:18:59+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5726d0ca-6637-11ed-8881-6e0da6685f64 | InvocationID=5726d2aa-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:18:59+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5726d0ca-6637-11ed-8881-6e0da6685f64 | InvocationID=5726d2aa-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:19:14+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c09ff8-6637-11ed-8881-6e0da6685f64 | InvocationID=51c0af8e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:19:14+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608198e4-6637-11ed-8881-6e0da6685f64 | InvocationID=60819ce0-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:19:24+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5726d0ca-6637-11ed-8881-6e0da6685f64 | InvocationID=5726d2aa-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:19:24+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=661481fe-6637-11ed-8881-6e0da6685f64 | InvocationID=66148366-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:19:24+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=661481fe-6637-11ed-8881-6e0da6685f64 | InvocationID=66148366-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:19:24+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=661481fe-6637-11ed-8881-6e0da6685f64 | InvocationID=66148366-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:19:39+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=608198e4-6637-11ed-8881-6e0da6685f64 | InvocationID=60819ce0-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:19:39+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f494ffc-6637-11ed-8881-6e0da6685f64 | InvocationID=6f4951dc-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:19:49+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=661481fe-6637-11ed-8881-6e0da6685f64 | InvocationID=66148366-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:19:49+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ff983e-6637-11ed-8881-6e0da6685f64 | InvocationID=74ff9a3c-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:19:49+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ff983e-6637-11ed-8881-6e0da6685f64 | InvocationID=74ff9a3c-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:19:49+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ff983e-6637-11ed-8881-6e0da6685f64 | InvocationID=74ff9a3c-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:20:04+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f494ffc-6637-11ed-8881-6e0da6685f64 | InvocationID=6f4951dc-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:20:04+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0de26e-6637-11ed-8881-6e0da6685f64 | InvocationID=7e0de43a-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:20:14+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ff983e-6637-11ed-8881-6e0da6685f64 | InvocationID=74ff9a3c-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:20:14+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec9cde-6637-11ed-8881-6e0da6685f64 | InvocationID=83ec9ef0-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:20:14+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec9cde-6637-11ed-8881-6e0da6685f64 | InvocationID=83ec9ef0-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:20:14+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec9cde-6637-11ed-8881-6e0da6685f64 | InvocationID=83ec9ef0-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:20:28+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e0de26e-6637-11ed-8881-6e0da6685f64 | InvocationID=7e0de43a-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:20:28+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ccef37e-6637-11ed-8881-6e0da6685f64 | InvocationID=8ccef5ea-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:20:39+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec9cde-6637-11ed-8881-6e0da6685f64 | InvocationID=83ec9ef0-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:20:39+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d74d70-6637-11ed-8881-6e0da6685f64 | InvocationID=92d74f1e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:20:39+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d74d70-6637-11ed-8881-6e0da6685f64 | InvocationID=92d74f1e-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:20:39+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92d74d70-6637-11ed-8881-6e0da6685f64 | InvocationID=92d74f1e-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:20:53+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ccef37e-6637-11ed-8881-6e0da6685f64 | InvocationID=8ccef5ea-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:20:53+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b949f76-6637-11ed-8881-6e0da6685f64 | InvocationID=9b94a17e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:21:04+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92d74d70-6637-11ed-8881-6e0da6685f64 | InvocationID=92d74f1e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:21:04+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c1f8d0-6637-11ed-8881-6e0da6685f64 | InvocationID=a1c1fae2-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:21:04+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c1f8d0-6637-11ed-8881-6e0da6685f64 | InvocationID=a1c1fae2-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:21:04+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1c1f8d0-6637-11ed-8881-6e0da6685f64 | InvocationID=a1c1fae2-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:21:18+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b949f76-6637-11ed-8881-6e0da6685f64 | InvocationID=9b94a17e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:21:18+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5a1022-6637-11ed-8881-6e0da6685f64 | InvocationID=aa5a11ee-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:21:29+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1c1f8d0-6637-11ed-8881-6e0da6685f64 | InvocationID=a1c1fae2-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:21:29+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0ad8d28-6637-11ed-8881-6e0da6685f64 | InvocationID=b0ad8f30-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:21:29+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0ad8d28-6637-11ed-8881-6e0da6685f64 | InvocationID=b0ad8f30-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:21:29+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0ad8d28-6637-11ed-8881-6e0da6685f64 | InvocationID=b0ad8f30-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:21:43+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa5a1022-6637-11ed-8881-6e0da6685f64 | InvocationID=aa5a11ee-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:21:43+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b91ea0e6-6637-11ed-8881-6e0da6685f64 | InvocationID=b91ea3de-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:21:54+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0ad8d28-6637-11ed-8881-6e0da6685f64 | InvocationID=b0ad8f30-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:21:54+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf98a0d4-6637-11ed-8881-6e0da6685f64 | InvocationID=bf98a340-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:21:54+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf98a0d4-6637-11ed-8881-6e0da6685f64 | InvocationID=bf98a340-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:21:54+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf98a0d4-6637-11ed-8881-6e0da6685f64 | InvocationID=bf98a340-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:22:08+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b91ea0e6-6637-11ed-8881-6e0da6685f64 | InvocationID=b91ea3de-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:22:08+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7e1c81a-6637-11ed-8881-6e0da6685f64 | InvocationID=c7e1c9d2-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:22:19+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf98a0d4-6637-11ed-8881-6e0da6685f64 | InvocationID=bf98a340-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:22:19+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce848072-6637-11ed-8881-6e0da6685f64 | InvocationID=ce848252-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:22:19+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce848072-6637-11ed-8881-6e0da6685f64 | InvocationID=ce848252-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:22:19+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce848072-6637-11ed-8881-6e0da6685f64 | InvocationID=ce848252-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:22:32+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7e1c81a-6637-11ed-8881-6e0da6685f64 | InvocationID=c7e1c9d2-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:22:32+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6a33190-6637-11ed-8881-6e0da6685f64 | InvocationID=d6a33438-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:22:44+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce848072-6637-11ed-8881-6e0da6685f64 | InvocationID=ce848252-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:22:44+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6f2362-6637-11ed-8881-6e0da6685f64 | InvocationID=dd6f257e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:22:44+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6f2362-6637-11ed-8881-6e0da6685f64 | InvocationID=dd6f257e-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:22:44+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd6f2362-6637-11ed-8881-6e0da6685f64 | InvocationID=dd6f257e-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:22:57+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6a33190-6637-11ed-8881-6e0da6685f64 | InvocationID=d6a33438-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:22:57+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5641816-6637-11ed-8881-6e0da6685f64 | InvocationID=e56419ec-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:23:09+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd6f2362-6637-11ed-8881-6e0da6685f64 | InvocationID=dd6f257e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:23:09+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5b1eb2-6637-11ed-8881-6e0da6685f64 | InvocationID=ec5b2952-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:23:09+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5b1eb2-6637-11ed-8881-6e0da6685f64 | InvocationID=ec5b2952-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:23:09+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5b1eb2-6637-11ed-8881-6e0da6685f64 | InvocationID=ec5b2952-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:23:22+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5641816-6637-11ed-8881-6e0da6685f64 | InvocationID=e56419ec-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:23:22+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f42639ce-6637-11ed-8881-6e0da6685f64 | InvocationID=f426496e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:23:34+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5b1eb2-6637-11ed-8881-6e0da6685f64 | InvocationID=ec5b2952-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:23:34+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb45d958-6637-11ed-8881-6e0da6685f64 | InvocationID=fb45db2e-6637-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:23:34+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb45d958-6637-11ed-8881-6e0da6685f64 | InvocationID=fb45db2e-6637-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:23:34+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb45d958-6637-11ed-8881-6e0da6685f64 | InvocationID=fb45db2e-6637-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:23:47+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f42639ce-6637-11ed-8881-6e0da6685f64 | InvocationID=f426496e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:23:47+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ebd0b8-6638-11ed-8881-6e0da6685f64 | InvocationID=02ebd31a-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:23:59+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb45d958-6637-11ed-8881-6e0da6685f64 | InvocationID=fb45db2e-6637-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:23:59+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a31d7e6-6638-11ed-8881-6e0da6685f64 | InvocationID=0a31d962-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:23:59+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a31d7e6-6638-11ed-8881-6e0da6685f64 | InvocationID=0a31d962-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:23:59+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a31d7e6-6638-11ed-8881-6e0da6685f64 | InvocationID=0a31d962-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:24:11+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ebd0b8-6638-11ed-8881-6e0da6685f64 | InvocationID=02ebd31a-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:24:11+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11b0e912-6638-11ed-8881-6e0da6685f64 | InvocationID=11b0eaf2-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:24:24+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a31d7e6-6638-11ed-8881-6e0da6685f64 | InvocationID=0a31d962-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:24:24+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=191c68e8-6638-11ed-8881-6e0da6685f64 | InvocationID=191c6ab4-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:24:24+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=191c68e8-6638-11ed-8881-6e0da6685f64 | InvocationID=191c6ab4-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:24:24+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=191c68e8-6638-11ed-8881-6e0da6685f64 | InvocationID=191c6ab4-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:24:36+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11b0e912-6638-11ed-8881-6e0da6685f64 | InvocationID=11b0eaf2-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:24:36+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2073382e-6638-11ed-8881-6e0da6685f64 | InvocationID=20733a18-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:24:49+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=191c68e8-6638-11ed-8881-6e0da6685f64 | InvocationID=191c6ab4-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:24:49+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2806a080-6638-11ed-8881-6e0da6685f64 | InvocationID=2806a2ec-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:24:49+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2806a080-6638-11ed-8881-6e0da6685f64 | InvocationID=2806a2ec-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:24:49+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2806a080-6638-11ed-8881-6e0da6685f64 | InvocationID=2806a2ec-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:25:01+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2073382e-6638-11ed-8881-6e0da6685f64 | InvocationID=20733a18-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:25:01+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f34196e-6638-11ed-8881-6e0da6685f64 | InvocationID=2f341ba8-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:25:14+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2806a080-6638-11ed-8881-6e0da6685f64 | InvocationID=2806a2ec-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:25:14+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f27344-6638-11ed-8881-6e0da6685f64 | InvocationID=36f275c4-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:25:14+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f27344-6638-11ed-8881-6e0da6685f64 | InvocationID=36f275c4-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:25:14+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f27344-6638-11ed-8881-6e0da6685f64 | InvocationID=36f275c4-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:25:26+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f34196e-6638-11ed-8881-6e0da6685f64 | InvocationID=2f341ba8-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:25:26+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3df4a888-6638-11ed-8881-6e0da6685f64 | InvocationID=3df4aac2-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:25:39+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f27344-6638-11ed-8881-6e0da6685f64 | InvocationID=36f275c4-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:25:39+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45de0224-6638-11ed-8881-6e0da6685f64 | InvocationID=45de054e-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:25:39+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45de0224-6638-11ed-8881-6e0da6685f64 | InvocationID=45de054e-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:25:39+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45de0224-6638-11ed-8881-6e0da6685f64 | InvocationID=45de054e-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:25:50+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3df4a888-6638-11ed-8881-6e0da6685f64 | InvocationID=3df4aac2-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:25:50+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cba552a-6638-11ed-8881-6e0da6685f64 | InvocationID=4cba573c-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:26:04+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45de0224-6638-11ed-8881-6e0da6685f64 | InvocationID=45de054e-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:26:04+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c929f8-6638-11ed-8881-6e0da6685f64 | InvocationID=54c92c3c-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:26:04+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c929f8-6638-11ed-8881-6e0da6685f64 | InvocationID=54c92c3c-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:26:04+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c929f8-6638-11ed-8881-6e0da6685f64 | InvocationID=54c92c3c-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:26:15+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cba552a-6638-11ed-8881-6e0da6685f64 | InvocationID=4cba573c-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:26:15+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7b4fec-6638-11ed-8881-6e0da6685f64 | InvocationID=5b7b5190-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:26:29+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c929f8-6638-11ed-8881-6e0da6685f64 | InvocationID=54c92c3c-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:26:29+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b3d7b0-6638-11ed-8881-6e0da6685f64 | InvocationID=63b3d99a-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:26:29+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b3d7b0-6638-11ed-8881-6e0da6685f64 | InvocationID=63b3d99a-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:26:29+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63b3d7b0-6638-11ed-8881-6e0da6685f64 | InvocationID=63b3d99a-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:26:40+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b7b4fec-6638-11ed-8881-6e0da6685f64 | InvocationID=5b7b5190-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:26:40+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a3b9e88-6638-11ed-8881-6e0da6685f64 | InvocationID=6a3ba068-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:26:54+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63b3d7b0-6638-11ed-8881-6e0da6685f64 | InvocationID=63b3d99a-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:26:54+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=729df5a8-6638-11ed-8881-6e0da6685f64 | InvocationID=729df7b0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:26:54+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=729df5a8-6638-11ed-8881-6e0da6685f64 | InvocationID=729df7b0-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:26:54+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=729df5a8-6638-11ed-8881-6e0da6685f64 | InvocationID=729df7b0-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:27:05+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a3b9e88-6638-11ed-8881-6e0da6685f64 | InvocationID=6a3ba068-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:27:05+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fc6844-6638-11ed-8881-6e0da6685f64 | InvocationID=78fc6a4c-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:27:19+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=729df5a8-6638-11ed-8881-6e0da6685f64 | InvocationID=729df7b0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:27:19+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818b73f6-6638-11ed-8881-6e0da6685f64 | InvocationID=818b75ae-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:27:19+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818b73f6-6638-11ed-8881-6e0da6685f64 | InvocationID=818b75ae-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:27:19+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818b73f6-6638-11ed-8881-6e0da6685f64 | InvocationID=818b75ae-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:27:29+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78fc6844-6638-11ed-8881-6e0da6685f64 | InvocationID=78fc6a4c-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:27:29+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87bcaede-6638-11ed-8881-6e0da6685f64 | InvocationID=87bcb3ac-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:27:44+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818b73f6-6638-11ed-8881-6e0da6685f64 | InvocationID=818b75ae-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:27:44+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90767e6a-6638-11ed-8881-6e0da6685f64 | InvocationID=90767ff0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:27:44+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90767e6a-6638-11ed-8881-6e0da6685f64 | InvocationID=90767ff0-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:27:44+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90767e6a-6638-11ed-8881-6e0da6685f64 | InvocationID=90767ff0-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:27:54+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87bcaede-6638-11ed-8881-6e0da6685f64 | InvocationID=87bcb3ac-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:27:54+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=967c436c-6638-11ed-8881-6e0da6685f64 | InvocationID=967c4aec-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:28:09+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90767e6a-6638-11ed-8881-6e0da6685f64 | InvocationID=90767ff0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:28:09+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f60e58c-6638-11ed-8881-6e0da6685f64 | InvocationID=9f60e79e-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:28:09+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f60e58c-6638-11ed-8881-6e0da6685f64 | InvocationID=9f60e79e-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:28:09+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f60e58c-6638-11ed-8881-6e0da6685f64 | InvocationID=9f60e79e-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:28:19+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=967c436c-6638-11ed-8881-6e0da6685f64 | InvocationID=967c4aec-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:28:19+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53e2384-6638-11ed-8881-6e0da6685f64 | InvocationID=a53e25a0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:28:34+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f60e58c-6638-11ed-8881-6e0da6685f64 | InvocationID=9f60e79e-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:28:34+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4bf6e0-6638-11ed-8881-6e0da6685f64 | InvocationID=ae4bf8f2-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:28:34+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4bf6e0-6638-11ed-8881-6e0da6685f64 | InvocationID=ae4bf8f2-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:28:34+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4bf6e0-6638-11ed-8881-6e0da6685f64 | InvocationID=ae4bf8f2-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:28:44+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a53e2384-6638-11ed-8881-6e0da6685f64 | InvocationID=a53e25a0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:28:44+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4033b0c-6638-11ed-8881-6e0da6685f64 | InvocationID=b4034b6a-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:28:59+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae4bf6e0-6638-11ed-8881-6e0da6685f64 | InvocationID=ae4bf8f2-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:28:59+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd35dd10-6638-11ed-8881-6e0da6685f64 | InvocationID=bd35dea0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:28:59+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd35dd10-6638-11ed-8881-6e0da6685f64 | InvocationID=bd35dea0-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:28:59+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd35dd10-6638-11ed-8881-6e0da6685f64 | InvocationID=bd35dea0-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:29:09+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4033b0c-6638-11ed-8881-6e0da6685f64 | InvocationID=b4034b6a-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:29:09+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c7fb32-6638-11ed-8881-6e0da6685f64 | InvocationID=c2c7fd3a-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:29:24+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd35dd10-6638-11ed-8881-6e0da6685f64 | InvocationID=bd35dea0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:29:24+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc22f894-6638-11ed-8881-6e0da6685f64 | InvocationID=cc22fa4c-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:29:24+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc22f894-6638-11ed-8881-6e0da6685f64 | InvocationID=cc22fa4c-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:29:24+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc22f894-6638-11ed-8881-6e0da6685f64 | InvocationID=cc22fa4c-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:29:33+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2c7fb32-6638-11ed-8881-6e0da6685f64 | InvocationID=c2c7fd3a-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:29:33+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d188b3aa-6638-11ed-8881-6e0da6685f64 | InvocationID=d188b54e-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:29:49+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc22f894-6638-11ed-8881-6e0da6685f64 | InvocationID=cc22fa4c-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:29:49+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0d4e86-6638-11ed-8881-6e0da6685f64 | InvocationID=db0d6e8e-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:29:49+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0d4e86-6638-11ed-8881-6e0da6685f64 | InvocationID=db0d6e8e-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:29:49+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0d4e86-6638-11ed-8881-6e0da6685f64 | InvocationID=db0d6e8e-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:29:58+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d188b3aa-6638-11ed-8881-6e0da6685f64 | InvocationID=d188b54e-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:29:58+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0497410-6638-11ed-8881-6e0da6685f64 | InvocationID=e04975a0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:30:14+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db0d4e86-6638-11ed-8881-6e0da6685f64 | InvocationID=db0d6e8e-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:30:14+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f8e798-6638-11ed-8881-6e0da6685f64 | InvocationID=e9f8e914-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:30:14+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f8e798-6638-11ed-8881-6e0da6685f64 | InvocationID=e9f8e914-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:30:14+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f8e798-6638-11ed-8881-6e0da6685f64 | InvocationID=e9f8e914-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:30:23+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0497410-6638-11ed-8881-6e0da6685f64 | InvocationID=e04975a0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:30:23+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef0df278-6638-11ed-8881-6e0da6685f64 | InvocationID=ef0df3e0-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:30:39+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f8e798-6638-11ed-8881-6e0da6685f64 | InvocationID=e9f8e914-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:30:39+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e38786-6638-11ed-8881-6e0da6685f64 | InvocationID=f8e38bbe-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:30:39+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e38786-6638-11ed-8881-6e0da6685f64 | InvocationID=f8e38bbe-6638-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:30:39+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e38786-6638-11ed-8881-6e0da6685f64 | InvocationID=f8e38bbe-6638-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:30:48+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef0df278-6638-11ed-8881-6e0da6685f64 | InvocationID=ef0df3e0-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:30:48+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdcf662a-6638-11ed-8881-6e0da6685f64 | InvocationID=fdcf6a08-6638-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:31:04+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8e38786-6638-11ed-8881-6e0da6685f64 | InvocationID=f8e38bbe-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:31:04+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ce6194-6639-11ed-8881-6e0da6685f64 | InvocationID=07ce6356-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:31:04+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ce6194-6639-11ed-8881-6e0da6685f64 | InvocationID=07ce6356-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:31:04+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07ce6194-6639-11ed-8881-6e0da6685f64 | InvocationID=07ce6356-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:31:12+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdcf662a-6638-11ed-8881-6e0da6685f64 | InvocationID=fdcf6a08-6638-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:31:12+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c90af20-6639-11ed-8881-6e0da6685f64 | InvocationID=0c90b1b4-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:31:29+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07ce6194-6639-11ed-8881-6e0da6685f64 | InvocationID=07ce6356-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:31:29+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b9f9f2-6639-11ed-8881-6e0da6685f64 | InvocationID=16b9fc9a-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:31:29+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b9f9f2-6639-11ed-8881-6e0da6685f64 | InvocationID=16b9fc9a-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:31:29+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b9f9f2-6639-11ed-8881-6e0da6685f64 | InvocationID=16b9fc9a-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:31:37+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c90af20-6639-11ed-8881-6e0da6685f64 | InvocationID=0c90b1b4-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:31:37+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b5251f8-6639-11ed-8881-6e0da6685f64 | InvocationID=1b5253c4-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:31:54+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b9f9f2-6639-11ed-8881-6e0da6685f64 | InvocationID=16b9fc9a-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:31:54+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a5a4fc-6639-11ed-8881-6e0da6685f64 | InvocationID=25a5a6f0-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:31:54+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a5a4fc-6639-11ed-8881-6e0da6685f64 | InvocationID=25a5a6f0-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:31:54+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a5a4fc-6639-11ed-8881-6e0da6685f64 | InvocationID=25a5a6f0-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:32:02+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b5251f8-6639-11ed-8881-6e0da6685f64 | InvocationID=1b5253c4-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:32:02+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1397f6-6639-11ed-8881-6e0da6685f64 | InvocationID=2a139968-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:32:19+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a5a4fc-6639-11ed-8881-6e0da6685f64 | InvocationID=25a5a6f0-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:32:19+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349034c8-6639-11ed-8881-6e0da6685f64 | InvocationID=3490382e-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:32:19+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349034c8-6639-11ed-8881-6e0da6685f64 | InvocationID=3490382e-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:32:19+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349034c8-6639-11ed-8881-6e0da6685f64 | InvocationID=3490382e-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:32:27+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a1397f6-6639-11ed-8881-6e0da6685f64 | InvocationID=2a139968-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:32:27+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38d339cc-6639-11ed-8881-6e0da6685f64 | InvocationID=38d33e54-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:32:44+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349034c8-6639-11ed-8881-6e0da6685f64 | InvocationID=3490382e-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:32:44+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437b2c36-6639-11ed-8881-6e0da6685f64 | InvocationID=437b2e7a-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:32:44+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437b2c36-6639-11ed-8881-6e0da6685f64 | InvocationID=437b2e7a-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:32:44+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437b2c36-6639-11ed-8881-6e0da6685f64 | InvocationID=437b2e7a-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:32:51+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38d339cc-6639-11ed-8881-6e0da6685f64 | InvocationID=38d33e54-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:32:51+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4793003c-6639-11ed-8881-6e0da6685f64 | InvocationID=479301e0-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:33:09+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437b2c36-6639-11ed-8881-6e0da6685f64 | InvocationID=437b2e7a-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:33:09+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52651fcc-6639-11ed-8881-6e0da6685f64 | InvocationID=5265215c-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:33:10+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52651fcc-6639-11ed-8881-6e0da6685f64 | InvocationID=5265215c-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:33:10+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52651fcc-6639-11ed-8881-6e0da6685f64 | InvocationID=5265215c-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:33:16+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4793003c-6639-11ed-8881-6e0da6685f64 | InvocationID=479301e0-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:33:16+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5654c16e-6639-11ed-8881-6e0da6685f64 | InvocationID=5654c312-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:33:35+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52651fcc-6639-11ed-8881-6e0da6685f64 | InvocationID=5265215c-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:33:35+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614fd6da-6639-11ed-8881-6e0da6685f64 | InvocationID=614fd84c-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:33:35+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614fd6da-6639-11ed-8881-6e0da6685f64 | InvocationID=614fd84c-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:33:35+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=614fd6da-6639-11ed-8881-6e0da6685f64 | InvocationID=614fd84c-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:33:41+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5654c16e-6639-11ed-8881-6e0da6685f64 | InvocationID=5654c312-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:33:41+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651760b2-6639-11ed-8881-6e0da6685f64 | InvocationID=651762c4-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:34:00+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=614fd6da-6639-11ed-8881-6e0da6685f64 | InvocationID=614fd84c-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:34:00+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703a4e0a-6639-11ed-8881-6e0da6685f64 | InvocationID=703a4fea-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:34:00+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=703a4e0a-6639-11ed-8881-6e0da6685f64 | InvocationID=703a4fea-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:00+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703a4e0a-6639-11ed-8881-6e0da6685f64 | InvocationID=703a4fea-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:06+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=651760b2-6639-11ed-8881-6e0da6685f64 | InvocationID=651762c4-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:34:06+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d8453a-6639-11ed-8881-6e0da6685f64 | InvocationID=73d846b6-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:34:25+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=703a4e0a-6639-11ed-8881-6e0da6685f64 | InvocationID=703a4fea-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:34:25+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2413e2-6639-11ed-8881-6e0da6685f64 | InvocationID=7f241586-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:34:25+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2413e2-6639-11ed-8881-6e0da6685f64 | InvocationID=7f241586-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:25+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2413e2-6639-11ed-8881-6e0da6685f64 | InvocationID=7f241586-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:30+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73d8453a-6639-11ed-8881-6e0da6685f64 | InvocationID=73d846b6-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:34:30+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829a937a-6639-11ed-8881-6e0da6685f64 | InvocationID=829a9500-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:34:50+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2413e2-6639-11ed-8881-6e0da6685f64 | InvocationID=7f241586-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:34:50+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e0e69a2-6639-11ed-8881-6e0da6685f64 | InvocationID=8e0e6bfa-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:34:50+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e0e69a2-6639-11ed-8881-6e0da6685f64 | InvocationID=8e0e6bfa-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:50+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e0e69a2-6639-11ed-8881-6e0da6685f64 | InvocationID=8e0e6bfa-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:34:55+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=829a937a-6639-11ed-8881-6e0da6685f64 | InvocationID=829a9500-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:34:55+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91598bfa-6639-11ed-8881-6e0da6685f64 | InvocationID=91598e20-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:35:15+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e0e69a2-6639-11ed-8881-6e0da6685f64 | InvocationID=8e0e6bfa-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:35:15+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfa84d2-6639-11ed-8881-6e0da6685f64 | InvocationID=9cfa8662-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:35:15+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfa84d2-6639-11ed-8881-6e0da6685f64 | InvocationID=9cfa8662-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:35:15+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cfa84d2-6639-11ed-8881-6e0da6685f64 | InvocationID=9cfa8662-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:35:20+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91598bfa-6639-11ed-8881-6e0da6685f64 | InvocationID=91598e20-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:35:20+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a023def6-6639-11ed-8881-6e0da6685f64 | InvocationID=a023e108-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:35:40+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cfa84d2-6639-11ed-8881-6e0da6685f64 | InvocationID=9cfa8662-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:35:40+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe56aca-6639-11ed-8881-6e0da6685f64 | InvocationID=abe56d22-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:35:40+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe56aca-6639-11ed-8881-6e0da6685f64 | InvocationID=abe56d22-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:35:40+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abe56aca-6639-11ed-8881-6e0da6685f64 | InvocationID=abe56d22-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:35:45+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a023def6-6639-11ed-8881-6e0da6685f64 | InvocationID=a023e108-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:35:45+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee7795c-6639-11ed-8881-6e0da6685f64 | InvocationID=aee77b14-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:36:05+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abe56aca-6639-11ed-8881-6e0da6685f64 | InvocationID=abe56d22-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:36:05+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad0a82e-6639-11ed-8881-6e0da6685f64 | InvocationID=bad0aacc-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:36:05+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad0a82e-6639-11ed-8881-6e0da6685f64 | InvocationID=bad0aacc-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:05+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bad0a82e-6639-11ed-8881-6e0da6685f64 | InvocationID=bad0aacc-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:09+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aee7795c-6639-11ed-8881-6e0da6685f64 | InvocationID=aee77b14-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:36:09+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda8e368-6639-11ed-8881-6e0da6685f64 | InvocationID=bda8e552-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:36:30+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bad0a82e-6639-11ed-8881-6e0da6685f64 | InvocationID=bad0aacc-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:36:30+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bb2864-6639-11ed-8881-6e0da6685f64 | InvocationID=c9bb29fe-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:36:30+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bb2864-6639-11ed-8881-6e0da6685f64 | InvocationID=c9bb29fe-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:30+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9bb2864-6639-11ed-8881-6e0da6685f64 | InvocationID=c9bb29fe-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:34+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda8e368-6639-11ed-8881-6e0da6685f64 | InvocationID=bda8e552-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:36:34+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6a58e6-6639-11ed-8881-6e0da6685f64 | InvocationID=cc6a5b20-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:36:55+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9bb2864-6639-11ed-8881-6e0da6685f64 | InvocationID=c9bb29fe-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:36:55+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a6419c-6639-11ed-8881-6e0da6685f64 | InvocationID=d8a64368-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:36:55+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a6419c-6639-11ed-8881-6e0da6685f64 | InvocationID=d8a64368-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:55+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a6419c-6639-11ed-8881-6e0da6685f64 | InvocationID=d8a64368-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:36:59+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6a58e6-6639-11ed-8881-6e0da6685f64 | InvocationID=cc6a5b20-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:36:59+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2c8156-6639-11ed-8881-6e0da6685f64 | InvocationID=db2c82f0-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:37:20+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a6419c-6639-11ed-8881-6e0da6685f64 | InvocationID=d8a64368-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:37:20+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79065ca-6639-11ed-8881-6e0da6685f64 | InvocationID=e790689a-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:37:20+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79065ca-6639-11ed-8881-6e0da6685f64 | InvocationID=e790689a-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:37:20+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79065ca-6639-11ed-8881-6e0da6685f64 | InvocationID=e790689a-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:37:24+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db2c8156-6639-11ed-8881-6e0da6685f64 | InvocationID=db2c82f0-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:37:24+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ee0624-6639-11ed-8881-6e0da6685f64 | InvocationID=e9ee0836-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:37:45+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79065ca-6639-11ed-8881-6e0da6685f64 | InvocationID=e790689a-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:37:45+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f67bacfc-6639-11ed-8881-6e0da6685f64 | InvocationID=f67bb2ec-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:37:45+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f67bacfc-6639-11ed-8881-6e0da6685f64 | InvocationID=f67bb2ec-6639-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:37:45+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f67bacfc-6639-11ed-8881-6e0da6685f64 | InvocationID=f67bb2ec-6639-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:37:48+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9ee0624-6639-11ed-8881-6e0da6685f64 | InvocationID=e9ee0836-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:37:48+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8af68ec-6639-11ed-8881-6e0da6685f64 | InvocationID=f8af6b30-6639-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:38:10+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f67bacfc-6639-11ed-8881-6e0da6685f64 | InvocationID=f67bb2ec-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:38:10+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0567b12a-663a-11ed-8881-6e0da6685f64 | InvocationID=0567b904-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:38:10+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0567b12a-663a-11ed-8881-6e0da6685f64 | InvocationID=0567b904-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:38:10+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0567b12a-663a-11ed-8881-6e0da6685f64 | InvocationID=0567b904-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:38:13+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8af68ec-6639-11ed-8881-6e0da6685f64 | InvocationID=f8af6b30-6639-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:38:13+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0774e53c-663a-11ed-8881-6e0da6685f64 | InvocationID=0774e884-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:38:35+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0567b12a-663a-11ed-8881-6e0da6685f64 | InvocationID=0567b904-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:38:35+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145391ae-663a-11ed-8881-6e0da6685f64 | InvocationID=14539348-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:38:35+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145391ae-663a-11ed-8881-6e0da6685f64 | InvocationID=14539348-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:38:35+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145391ae-663a-11ed-8881-6e0da6685f64 | InvocationID=14539348-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:38:38+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0774e53c-663a-11ed-8881-6e0da6685f64 | InvocationID=0774e884-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:38:38+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16368350-663a-11ed-8881-6e0da6685f64 | InvocationID=16368882-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:39:00+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145391ae-663a-11ed-8881-6e0da6685f64 | InvocationID=14539348-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:39:00+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=233e4baa-663a-11ed-8881-6e0da6685f64 | InvocationID=233e4dee-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:39:00+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=233e4baa-663a-11ed-8881-6e0da6685f64 | InvocationID=233e4dee-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:00+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=233e4baa-663a-11ed-8881-6e0da6685f64 | InvocationID=233e4dee-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:03+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16368350-663a-11ed-8881-6e0da6685f64 | InvocationID=16368882-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:39:03+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24fbd994-663a-11ed-8881-6e0da6685f64 | InvocationID=24fbdb1a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:39:25+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=233e4baa-663a-11ed-8881-6e0da6685f64 | InvocationID=233e4dee-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:39:25+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322eed2c-663a-11ed-8881-6e0da6685f64 | InvocationID=322eef2a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:39:25+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322eed2c-663a-11ed-8881-6e0da6685f64 | InvocationID=322eef2a-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:25+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=322eed2c-663a-11ed-8881-6e0da6685f64 | InvocationID=322eef2a-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:28+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24fbd994-663a-11ed-8881-6e0da6685f64 | InvocationID=24fbdb1a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:39:28+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bd34aa-663a-11ed-8881-6e0da6685f64 | InvocationID=33bd3658-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:39:50+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=322eed2c-663a-11ed-8881-6e0da6685f64 | InvocationID=322eef2a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:39:50+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41197776-663a-11ed-8881-6e0da6685f64 | InvocationID=41197960-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:39:50+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41197776-663a-11ed-8881-6e0da6685f64 | InvocationID=41197960-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:50+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41197776-663a-11ed-8881-6e0da6685f64 | InvocationID=41197960-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:39:52+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33bd34aa-663a-11ed-8881-6e0da6685f64 | InvocationID=33bd3658-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:39:52+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=427d608c-663a-11ed-8881-6e0da6685f64 | InvocationID=427d6230-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:40:15+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41197776-663a-11ed-8881-6e0da6685f64 | InvocationID=41197960-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:40:15+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5003e44c-663a-11ed-8881-6e0da6685f64 | InvocationID=5003e7e4-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:40:15+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5003e44c-663a-11ed-8881-6e0da6685f64 | InvocationID=5003e7e4-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:40:15+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5003e44c-663a-11ed-8881-6e0da6685f64 | InvocationID=5003e7e4-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:40:17+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=427d608c-663a-11ed-8881-6e0da6685f64 | InvocationID=427d6230-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:40:17+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5141fa6a-663a-11ed-8881-6e0da6685f64 | InvocationID=5141fc4a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:40:40+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5003e44c-663a-11ed-8881-6e0da6685f64 | InvocationID=5003e7e4-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:40:40+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eee5a96-663a-11ed-8881-6e0da6685f64 | InvocationID=5eee5ca8-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:40:40+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eee5a96-663a-11ed-8881-6e0da6685f64 | InvocationID=5eee5ca8-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:40:40+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eee5a96-663a-11ed-8881-6e0da6685f64 | InvocationID=5eee5ca8-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:40:42+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5141fa6a-663a-11ed-8881-6e0da6685f64 | InvocationID=5141fc4a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:40:42+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60055c4a-663a-11ed-8881-6e0da6685f64 | InvocationID=60055e2a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:41:05+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eee5a96-663a-11ed-8881-6e0da6685f64 | InvocationID=5eee5ca8-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:41:05+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd90b64-663a-11ed-8881-6e0da6685f64 | InvocationID=6dd913de-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:41:05+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd90b64-663a-11ed-8881-6e0da6685f64 | InvocationID=6dd913de-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:05+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd90b64-663a-11ed-8881-6e0da6685f64 | InvocationID=6dd913de-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:07+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60055c4a-663a-11ed-8881-6e0da6685f64 | InvocationID=60055e2a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:41:07+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ec95e98-663a-11ed-8881-6e0da6685f64 | InvocationID=6ec96050-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:41:30+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd90b64-663a-11ed-8881-6e0da6685f64 | InvocationID=6dd913de-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:41:30+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc3783a-663a-11ed-8881-6e0da6685f64 | InvocationID=7cc37ba0-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:41:30+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc3783a-663a-11ed-8881-6e0da6685f64 | InvocationID=7cc37ba0-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:30+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc3783a-663a-11ed-8881-6e0da6685f64 | InvocationID=7cc37ba0-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:31+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ec95e98-663a-11ed-8881-6e0da6685f64 | InvocationID=6ec96050-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:41:31+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d89ec0e-663a-11ed-8881-6e0da6685f64 | InvocationID=7d89edbc-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:41:55+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc3783a-663a-11ed-8881-6e0da6685f64 | InvocationID=7cc37ba0-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:41:55+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8badca1c-663a-11ed-8881-6e0da6685f64 | InvocationID=8badcdc8-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:41:55+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8badca1c-663a-11ed-8881-6e0da6685f64 | InvocationID=8badcdc8-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:55+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8badca1c-663a-11ed-8881-6e0da6685f64 | InvocationID=8badcdc8-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:41:56+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d89ec0e-663a-11ed-8881-6e0da6685f64 | InvocationID=7d89edbc-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:41:56+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4b732a-663a-11ed-8881-6e0da6685f64 | InvocationID=8c4b7578-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:42:20+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8badca1c-663a-11ed-8881-6e0da6685f64 | InvocationID=8badcdc8-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:42:20+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a98f254-663a-11ed-8881-6e0da6685f64 | InvocationID=9a98f45c-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:42:20+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a98f254-663a-11ed-8881-6e0da6685f64 | InvocationID=9a98f45c-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:42:20+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a98f254-663a-11ed-8881-6e0da6685f64 | InvocationID=9a98f45c-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:42:21+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c4b732a-663a-11ed-8881-6e0da6685f64 | InvocationID=8c4b7578-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:42:21+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0f8298-663a-11ed-8881-6e0da6685f64 | InvocationID=9b0f845a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:42:45+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a98f254-663a-11ed-8881-6e0da6685f64 | InvocationID=9a98f45c-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:42:45+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a989df44-663a-11ed-8881-6e0da6685f64 | InvocationID=a989e14c-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:42:45+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a989df44-663a-11ed-8881-6e0da6685f64 | InvocationID=a989e14c-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:42:45+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a989df44-663a-11ed-8881-6e0da6685f64 | InvocationID=a989e14c-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:42:46+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b0f8298-663a-11ed-8881-6e0da6685f64 | InvocationID=9b0f845a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:42:46+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9d8a8d6-663a-11ed-8881-6e0da6685f64 | InvocationID=a9d8aac0-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:43:10+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a989df44-663a-11ed-8881-6e0da6685f64 | InvocationID=a989e14c-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:43:10+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b875e7d2-663a-11ed-8881-6e0da6685f64 | InvocationID=b875e9da-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:43:10+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b875e7d2-663a-11ed-8881-6e0da6685f64 | InvocationID=b875e9da-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:43:10+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b875e7d2-663a-11ed-8881-6e0da6685f64 | InvocationID=b875e9da-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:43:10+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9d8a8d6-663a-11ed-8881-6e0da6685f64 | InvocationID=a9d8aac0-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:43:10+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89bece8-663a-11ed-8881-6e0da6685f64 | InvocationID=b89bee50-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:43:35+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b89bece8-663a-11ed-8881-6e0da6685f64 | InvocationID=b89bee50-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:43:35+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75bf4c6-663a-11ed-8881-6e0da6685f64 | InvocationID=c75bf6a6-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:43:35+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b875e7d2-663a-11ed-8881-6e0da6685f64 | InvocationID=b875e9da-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:43:35+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7616f32-663a-11ed-8881-6e0da6685f64 | InvocationID=c76170fe-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:43:35+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7616f32-663a-11ed-8881-6e0da6685f64 | InvocationID=c76170fe-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:43:35+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7616f32-663a-11ed-8881-6e0da6685f64 | InvocationID=c76170fe-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:00+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c75bf4c6-663a-11ed-8881-6e0da6685f64 | InvocationID=c75bf6a6-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:44:00+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61fb448-663a-11ed-8881-6e0da6685f64 | InvocationID=d61fb65a-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:44:00+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7616f32-663a-11ed-8881-6e0da6685f64 | InvocationID=c76170fe-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:44:00+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64d3b52-663a-11ed-8881-6e0da6685f64 | InvocationID=d64d3dfa-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:44:00+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64d3b52-663a-11ed-8881-6e0da6685f64 | InvocationID=d64d3dfa-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:00+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64d3b52-663a-11ed-8881-6e0da6685f64 | InvocationID=d64d3dfa-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:25+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d61fb448-663a-11ed-8881-6e0da6685f64 | InvocationID=d61fb65a-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:44:25+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e0cabc-663a-11ed-8881-6e0da6685f64 | InvocationID=e4e0cca6-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:44:25+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64d3b52-663a-11ed-8881-6e0da6685f64 | InvocationID=d64d3dfa-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:44:25+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53744e6-663a-11ed-8881-6e0da6685f64 | InvocationID=e53746c6-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:44:25+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53744e6-663a-11ed-8881-6e0da6685f64 | InvocationID=e53746c6-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:25+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53744e6-663a-11ed-8881-6e0da6685f64 | InvocationID=e53746c6-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:50+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4e0cabc-663a-11ed-8881-6e0da6685f64 | InvocationID=e4e0cca6-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:44:50+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a3725c-663a-11ed-8881-6e0da6685f64 | InvocationID=f3a37428-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:44:50+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53744e6-663a-11ed-8881-6e0da6685f64 | InvocationID=e53746c6-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:44:50+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f421aece-663a-11ed-8881-6e0da6685f64 | InvocationID=f421b040-663a-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:44:50+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f421aece-663a-11ed-8881-6e0da6685f64 | InvocationID=f421b040-663a-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:44:50+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f421aece-663a-11ed-8881-6e0da6685f64 | InvocationID=f421b040-663a-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:45:14+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a3725c-663a-11ed-8881-6e0da6685f64 | InvocationID=f3a37428-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:45:14+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02648cfe-663b-11ed-8881-6e0da6685f64 | InvocationID=02648fb0-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:45:15+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f421aece-663a-11ed-8881-6e0da6685f64 | InvocationID=f421b040-663a-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:45:15+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030bd9e6-663b-11ed-8881-6e0da6685f64 | InvocationID=030bdc02-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:45:15+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030bd9e6-663b-11ed-8881-6e0da6685f64 | InvocationID=030bdc02-663b-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:45:15+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030bd9e6-663b-11ed-8881-6e0da6685f64 | InvocationID=030bdc02-663b-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:45:39+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02648cfe-663b-11ed-8881-6e0da6685f64 | InvocationID=02648fb0-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:45:39+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112567d6-663b-11ed-8881-6e0da6685f64 | InvocationID=11256970-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:45:40+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030bd9e6-663b-11ed-8881-6e0da6685f64 | InvocationID=030bdc02-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:45:40+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f6fe72-663b-11ed-8881-6e0da6685f64 | InvocationID=11f700a2-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:45:40+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f6fe72-663b-11ed-8881-6e0da6685f64 | InvocationID=11f700a2-663b-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:45:40+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f6fe72-663b-11ed-8881-6e0da6685f64 | InvocationID=11f700a2-663b-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:04+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=112567d6-663b-11ed-8881-6e0da6685f64 | InvocationID=11256970-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:46:04+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fecd448-663b-11ed-8881-6e0da6685f64 | InvocationID=1fecd696-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:46:05+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f6fe72-663b-11ed-8881-6e0da6685f64 | InvocationID=11f700a2-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:46:05+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e14514-663b-11ed-8881-6e0da6685f64 | InvocationID=20e1491a-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:46:05+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e14514-663b-11ed-8881-6e0da6685f64 | InvocationID=20e1491a-663b-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:05+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e14514-663b-11ed-8881-6e0da6685f64 | InvocationID=20e1491a-663b-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:29+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fecd448-663b-11ed-8881-6e0da6685f64 | InvocationID=1fecd696-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:46:29+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb2d4d2-663b-11ed-8881-6e0da6685f64 | InvocationID=2eb2d7d4-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:46:30+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e14514-663b-11ed-8881-6e0da6685f64 | InvocationID=20e1491a-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:46:30+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcb1eba-663b-11ed-8881-6e0da6685f64 | InvocationID=2fcb209a-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:46:30+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcb1eba-663b-11ed-8881-6e0da6685f64 | InvocationID=2fcb209a-663b-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:30+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcb1eba-663b-11ed-8881-6e0da6685f64 | InvocationID=2fcb209a-663b-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:53+0000 | aai_event_thread | 140293819050784 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eb2d4d2-663b-11ed-8881-6e0da6685f64 | InvocationID=2eb2d7d4-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF AAI events.[0m 2022-11-17T05:46:53+0000 | aai_event_thread | 140293819050784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d73da3e-663b-11ed-8881-6e0da6685f64 | InvocationID=3d73dc50-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-17T05:46:55+0000 | policy_event_thread | 140293820111648 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcb1eba-663b-11ed-8881-6e0da6685f64 | InvocationID=2fcb209a-663b-11ed-8881-6e0da6685f64 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-17T05:46:55+0000 | policy_event_thread | 140293820111648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb5cec0-663b-11ed-8881-6e0da6685f64 | InvocationID=3eb5d06e-663b-11ed-8881-6e0da6685f64 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-17T05:46:55+0000 | policy_event_thread | 140293820111648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb5cec0-663b-11ed-8881-6e0da6685f64 | InvocationID=3eb5d06e-663b-11ed-8881-6e0da6685f64 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-17T05:46:55+0000 | policy_event_thread | 140293820111648 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb5cec0-663b-11ed-8881-6e0da6685f64 | InvocationID=3eb5d06e-663b-11ed-8881-6e0da6685f64 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m