/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-27T23:02:23+0000 | MainThread | 140631441714504 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-27T23:02:23+0000 | MainThread | 140631441714504 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-11-27T23:02:23+0000 | MainThread | 140631441714504 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-27T23:02:23+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:02:23+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-27T23:02:23+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e08f3ac-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e08f58c-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:02:24+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e0aab16-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e0aac4c-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:02:24+0000 | MainThread | 140631441714504 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-27T23:02:24+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e08f3ac-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e08f58c-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:02:24+0000 | aai_event_thread | 140631390976800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e0aab16-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e0aac4c-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:02:24+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e08f3ac-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e08f58c-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:02:24+0000 | aai_event_thread | 140631390976800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e0aab16-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e0aac4c-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:02:44+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e0aab16-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e0aac4c-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:02:44+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a581700-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9a581962-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:02:44+0000 | aai_event_thread | 140631390976800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a581700-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9a581962-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:02:44+0000 | aai_event_thread | 140631390976800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a581700-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9a581962-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:02:49+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e08f3ac-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=8e08f58c-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:02:49+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d5305a0-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9d530852-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:02:49+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d5305a0-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9d530852-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:02:49+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d5305a0-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9d530852-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:03:04+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a581700-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9a581962-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:03:04+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6558b28-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=a6558ce0-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:03:04+0000 | aai_event_thread | 140631390976800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6558b28-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=a6558ce0-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:03:04+0000 | aai_event_thread | 140631390976800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6558b28-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=a6558ce0-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:03:14+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d5305a0-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=9d530852-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:03:14+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac400b26-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ac400cd4-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:03:14+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac400b26-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ac400cd4-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:03:14+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac400b26-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ac400cd4-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:03:24+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6558b28-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=a6558ce0-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:03:24+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b249c5a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=b249c78c-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:03:24+0000 | aai_event_thread | 140631390976800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b249c5a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=b249c78c-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:03:24+0000 | aai_event_thread | 140631390976800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b249c5a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=b249c78c-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:03:39+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac400b26-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ac400cd4-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:03:39+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2ca536-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=bb2ca6f8-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:03:39+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2ca536-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=bb2ca6f8-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:03:39+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2ca536-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=bb2ca6f8-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:03:44+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b249c5a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=b249c78c-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:03:44+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3bed22-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=be3beeda-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:03:44+0000 | aai_event_thread | 140631390976800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3bed22-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=be3beeda-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:03:44+0000 | aai_event_thread | 140631390976800 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be3bed22-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=be3beeda-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-27T23:04:04+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2ca536-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=bb2ca6f8-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:04:04+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2b85a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca2b88ea-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:04:04+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2b85a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca2b88ea-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:04:04+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2b85a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca2b88ea-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:04:04+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be3bed22-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=be3beeda-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:04:04+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca34e9a8-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca34eaf2-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:04:29+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca34e9a8-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca34eaf2-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:04:29+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8d97118-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d8d9733e-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:04:29+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2b85a2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=ca2b88ea-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:04:29+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d919fba2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d919fd46-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:04:29+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d919fba2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d919fd46-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:04:29+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d919fba2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d919fd46-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:04:49+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8d97118-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d8d9733e-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:04:49+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e6c28a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e4e6c442-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:04:54+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d919fba2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=d919fd46-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:04:54+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e808b87e-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e808ba22-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:04:55+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e808b87e-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e808ba22-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:04:55+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e808b87e-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e808ba22-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:05:09+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4e6c28a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e4e6c442-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:05:09+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0db8bde-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f0db8da0-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:05:20+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e808b87e-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=e808ba22-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:05:20+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f4e65a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f6f4e8da-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:05:20+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f4e65a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f6f4e8da-6ea7-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:05:20+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6f4e65a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f6f4e8da-6ea7-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:05:29+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0db8bde-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f0db8da0-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:05:29+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd2e1b2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=fcd2e3ba-6ea7-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:05:45+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6f4e65a-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=f6f4e8da-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:05:45+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05e14d34-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=05e14f82-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:05:45+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05e14d34-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=05e14f82-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:05:45+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05e14d34-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=05e14f82-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:05:50+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd2e1b2-6ea7-11ed-a2e0-fef54d9c2e0f | InvocationID=fcd2e3ba-6ea7-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:05:50+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09219d64-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=09219f76-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:06:10+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05e14d34-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=05e14f82-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:06:10+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14cca438-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=14cca5e6-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:06:10+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14cca438-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=14cca5e6-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:06:10+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14cca438-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=14cca5e6-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:06:15+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09219d64-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=09219f76-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:06:15+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e775ee-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=17e77800-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:06:35+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14cca438-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=14cca5e6-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:06:35+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b8276a-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=23b829a4-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:06:35+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b8276a-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=23b829a4-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:06:35+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23b8276a-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=23b829a4-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:06:40+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17e775ee-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=17e77800-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:06:40+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26abcc9c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=26abce4a-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:07:00+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23b8276a-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=23b829a4-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:07:00+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a38bac-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=32a38d5a-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:07:00+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a38bac-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=32a38d5a-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:00+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32a38bac-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=32a38d5a-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:04+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26abcc9c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=26abce4a-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:07:04+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=356d6826-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=356d69c0-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:07:25+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32a38bac-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=32a38d5a-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:07:25+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418ecd20-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=418ecf3c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:07:25+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418ecd20-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=418ecf3c-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:25+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=418ecd20-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=418ecf3c-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:29+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=356d6826-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=356d69c0-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:07:29+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=442e512c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=442e5730-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:07:50+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=418ecd20-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=418ecf3c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:07:50+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507b9926-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=507b9ade-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:07:50+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507b9926-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=507b9ade-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:50+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=507b9926-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=507b9ade-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:07:54+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=442e512c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=442e5730-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:07:54+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f00138-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=52f002d2-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:08:15+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=507b9926-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=507b9ade-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:08:15+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f66a7d2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=5f66aa5c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:08:15+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f66a7d2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=5f66aa5c-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:08:15+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f66a7d2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=5f66aa5c-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:08:19+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52f00138-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=52f002d2-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:08:19+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61b2b774-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=61b2b97c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:08:40+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f66a7d2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=5f66aa5c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:08:40+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e52242e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=6e5226d6-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:08:40+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e52242e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=6e5226d6-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:08:40+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e52242e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=6e5226d6-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:08:43+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61b2b774-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=61b2b97c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:08:43+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=707734e2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7077369a-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:09:05+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e52242e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=6e5226d6-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:09:05+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3dfb02-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7d3dfeae-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:09:05+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3dfb02-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7d3dfeae-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:05+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3dfb02-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7d3dfeae-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:08+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=707734e2-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7077369a-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:09:08+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f388f08-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7f3890b6-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:09:30+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3dfb02-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7d3dfeae-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:09:30+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c2a5002-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8c2a519c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:09:30+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c2a5002-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8c2a519c-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:30+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c2a5002-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8c2a519c-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:33+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f388f08-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=7f3890b6-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:09:33+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df9baf8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8df9bcf6-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:09:55+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c2a5002-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8c2a519c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:09:55+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b165ebc-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9b16611e-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:09:55+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b165ebc-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9b16611e-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:55+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b165ebc-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9b16611e-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:09:58+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8df9baf8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=8df9bcf6-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:09:58+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cbaeb3e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9cbaed3c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:10:20+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b165ebc-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9b16611e-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:10:20+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa01b840-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=aa01c1a0-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:10:20+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa01b840-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=aa01c1a0-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:10:20+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa01b840-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=aa01c1a0-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:10:22+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cbaeb3e-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=9cbaed3c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:10:22+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7c7156-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=ab7c7390-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:10:45+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa01b840-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=aa01c1a0-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:10:45+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ecd7a4-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=b8ecdaf6-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:10:45+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ecd7a4-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=b8ecdaf6-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:10:45+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ecd7a4-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=b8ecdaf6-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:10:47+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab7c7156-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=ab7c7390-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:10:47+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba3dbe5c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=ba3dbfec-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:11:10+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ecd7a4-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=b8ecdaf6-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:11:10+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d838a8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c7d83a60-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:11:10+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d838a8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c7d83a60-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:11:10+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d838a8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c7d83a60-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:11:12+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba3dbe5c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=ba3dbfec-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:11:12+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9033b24-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c9033ea8-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:11:35+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d838a8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c7d83a60-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:11:35+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c3b784-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d6c3ba68-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:11:35+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c3b784-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d6c3ba68-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:11:35+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c3b784-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d6c3ba68-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:11:37+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9033b24-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=c9033ea8-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:11:37+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c7b7e8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d7c7b9fa-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:12:00+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c3b784-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d6c3ba68-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:12:00+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5af4cb8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e5af4f4c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:12:00+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5af4cb8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e5af4f4c-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:00+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5af4cb8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e5af4f4c-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:01+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7c7b7e8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=d7c7b9fa-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:12:01+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e688dbe0-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e688dd84-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:12:25+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5af4cb8-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e5af4f4c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:12:25+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49ae23c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f49ae46c-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:12:25+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f49ae23c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f49ae46c-6ea8-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:25+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49ae23c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f49ae46c-6ea8-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:26+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e688dbe0-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=e688dd84-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:12:26+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54bd092-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f54bd272-6ea8-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:12:50+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f49ae23c-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f49ae46c-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:12:50+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0389a65c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=0389ab5c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:12:50+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0389a65c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=0389ab5c-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:50+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0389a65c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=0389ab5c-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:12:51+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f54bd092-6ea8-11ed-a2e0-fef54d9c2e0f | InvocationID=f54bd272-6ea8-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:12:51+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040e1734-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=040e18d8-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:13:15+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0389a65c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=0389ab5c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:13:15+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127500da-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12750300-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:13:15+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127500da-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12750300-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:13:15+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=127500da-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12750300-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:13:16+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040e1734-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=040e18d8-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:13:16+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d01894-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12d01a92-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:13:40+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=127500da-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12750300-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:13:40+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2160b7ec-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=2160b9a4-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:13:40+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2160b7ec-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=2160b9a4-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:13:40+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2160b7ec-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=2160b9a4-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:13:41+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12d01894-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=12d01a92-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:13:41+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=219202d4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=219204be-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:14:05+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2160b7ec-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=2160b9a4-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:14:05+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304bd57a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=304bd732-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:14:05+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304bd57a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=304bd732-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:14:05+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304bd57a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=304bd732-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:14:05+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=219202d4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=219204be-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:14:05+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3053b42a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3053b57e-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:14:30+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3053b42a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3053b57e-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:14:30+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f1758c2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f175aca-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:14:30+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=304bd57a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=304bd732-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:14:30+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f36d440-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f36d666-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:14:30+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f36d440-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f36d666-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:14:30+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f36d440-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f36d666-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:14:55+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f1758c2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f175aca-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:14:55+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd7d0a8-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4dd7d2ce-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:14:55+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f36d440-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=3f36d666-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:14:55+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e22b2b2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4e22b46a-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:14:55+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e22b2b2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4e22b46a-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:14:55+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e22b2b2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4e22b46a-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:15:20+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dd7d0a8-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4dd7d2ce-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:15:20+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c997b78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5c997cfe-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:15:20+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e22b2b2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=4e22b46a-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:15:20+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0dac78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5d0dae1c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:15:20+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0dac78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5d0dae1c-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:15:20+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0dac78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5d0dae1c-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:15:44+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c997b78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5c997cfe-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:15:44+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5b4e7a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6b5b5032-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:15:45+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0dac78-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=5d0dae1c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:15:45+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf93e8c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6bf94094-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:15:45+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf93e8c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6bf94094-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:15:45+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bf93e8c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6bf94094-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:16:09+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5b4e7a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6b5b5032-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:16:09+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1ca404-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7a1ca63e-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:16:10+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bf93e8c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=6bf94094-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:16:10+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae44a86-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7ae44cc0-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:16:10+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae44a86-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7ae44cc0-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:16:10+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ae44a86-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7ae44cc0-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:16:34+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a1ca404-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7a1ca63e-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:16:34+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88dd925a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=88dd941c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:16:35+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ae44a86-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=7ae44cc0-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:16:35+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cf59a0-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=89cf5bc6-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:16:35+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cf59a0-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=89cf5bc6-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:16:35+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cf59a0-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=89cf5bc6-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:16:59+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88dd925a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=88dd941c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:16:59+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979f27c2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=979f29d4-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:17:00+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89cf59a0-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=89cf5bc6-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:17:00+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ba93e4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=98ba9e84-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:17:00+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ba93e4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=98ba9e84-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:17:00+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ba93e4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=98ba9e84-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:17:23+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=979f27c2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=979f29d4-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:17:23+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6615b4a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a6615d0c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:17:25+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ba93e4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=98ba9e84-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:17:25+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a5f902-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a7a5faa6-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:17:25+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a5f902-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a7a5faa6-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:17:25+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a5f902-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a7a5faa6-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:17:48+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6615b4a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a6615d0c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:17:48+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b523e35a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b523e508-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:17:50+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a5f902-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=a7a5faa6-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:17:51+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69384f2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b693868c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:17:51+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69384f2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b693868c-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:17:51+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69384f2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b693868c-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:18:13+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b523e35a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b523e508-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:18:13+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e83b5c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c3e83d14-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:18:16+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b69384f2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=b693868c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:18:16+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57ee542-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c57ee74a-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:18:16+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57ee542-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c57ee74a-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:18:16+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57ee542-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c57ee74a-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:18:38+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e83b5c-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c3e83d14-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:18:38+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2afe68a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d2afeac2-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:18:41+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57ee542-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=c57ee74a-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:18:41+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4825286-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d4825420-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:18:41+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4825286-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d4825420-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:18:41+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4825286-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d4825420-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:02+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2afe68a-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d2afeac2-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:19:02+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e171b9d2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e171bcb6-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:19:06+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4825286-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=d4825420-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:19:06+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36d4a94-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e36d4c7e-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:19:06+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36d4a94-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e36d4c7e-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:06+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36d4a94-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e36d4c7e-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:27+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e171b9d2-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e171bcb6-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:19:27+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03c79b6-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f03c7b6e-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:19:31+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36d4a94-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=e36d4c7e-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:19:31+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f258c2f4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f258c54c-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:19:31+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f258c2f4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f258c54c-6ea9-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:31+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f258c2f4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f258c54c-6ea9-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:52+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03c79b6-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f03c7b6e-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:19:52+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feffff40-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=ff000238-6ea9-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:19:56+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f258c2f4-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=f258c54c-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:19:56+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0148b008-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0148b1a2-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:19:56+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0148b008-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0148b1a2-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:19:56+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0148b008-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0148b1a2-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:20:17+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=feffff40-6ea9-11ed-a2e0-fef54d9c2e0f | InvocationID=ff000238-6ea9-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:20:17+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc66a78-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0dc66c9e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:20:21+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0148b008-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0148b1a2-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:20:21+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=103427aa-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1034293a-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:20:21+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=103427aa-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1034293a-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:20:21+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=103427aa-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1034293a-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:20:42+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc66a78-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=0dc66c9e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:20:42+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c899f30-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1c89a0de-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:20:46+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=103427aa-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1034293a-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:20:46+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1fbc98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1f1fbe64-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:20:46+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1fbc98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1f1fbe64-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:20:46+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1fbc98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1f1fbe64-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:21:06+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c899f30-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1c89a0de-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:21:06+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b5f9aa0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2b5f9cee-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:21:11+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1fbc98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=1f1fbe64-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:21:11+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e287c5c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2e287e64-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:21:11+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e287c5c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2e287e64-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:21:11+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e287c5c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2e287e64-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:21:31+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b5f9aa0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2b5f9cee-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:21:31+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a22ff78-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3a2302b6-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:21:36+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e287c5c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=2e287e64-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:21:36+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d160b9e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3d160da6-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:21:36+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d160b9e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3d160da6-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:21:36+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d160b9e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3d160da6-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:21:56+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a22ff78-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3a2302b6-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:21:56+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ed7998-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=48ed7b3c-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:22:01+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d160b9e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=3d160da6-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:22:01+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c02581a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=4c0259d2-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:22:01+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c02581a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=4c0259d2-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:22:01+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c02581a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=4c0259d2-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:22:21+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48ed7998-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=48ed7b3c-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:22:21+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e937e8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=57e93a5e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:22:26+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c02581a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=4c0259d2-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:22:26+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aee7656-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=5aee77fa-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:22:26+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aee7656-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=5aee77fa-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:22:26+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aee7656-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=5aee77fa-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:22:46+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57e937e8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=57e93a5e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:22:46+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66be5d98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=66be6054-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:22:51+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aee7656-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=5aee77fa-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:22:51+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e08af0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=69e08d3e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:22:51+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e08af0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=69e08d3e-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:22:51+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e08af0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=69e08d3e-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:23:11+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66be5d98-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=66be6054-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:23:11+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75826e64-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=7582736e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:23:16+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69e08af0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=69e08d3e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:23:16+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cc9810-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=78cc9a90-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:23:16+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cc9810-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=78cc9a90-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:23:16+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cc9810-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=78cc9a90-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:23:36+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75826e64-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=7582736e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:23:36+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84497c1c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=84498130-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:23:41+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cc9810-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=78cc9a90-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:23:41+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b86c1e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=87b87baa-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:23:41+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b86c1e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=87b87baa-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:23:41+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b86c1e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=87b87baa-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:00+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84497c1c-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=84498130-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:24:00+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9311689a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=93116ad4-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:24:06+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b86c1e-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=87b87baa-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:24:06+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a6d896-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=96a6db52-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:24:06+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a6d896-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=96a6db52-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:06+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a6d896-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=96a6db52-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:25+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9311689a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=93116ad4-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:24:25+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d31f86-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a1d3221a-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:24:31+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a6d896-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=96a6db52-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:24:31+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5955cf6-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a595661a-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:24:32+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5955cf6-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a595661a-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:32+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5955cf6-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a595661a-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:50+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1d31f86-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a1d3221a-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:24:50+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0982c0a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b0982d9a-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:24:57+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5955cf6-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=a595661a-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:24:57+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b480bb70-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b480bd00-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:24:57+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b480bb70-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b480bd00-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:24:57+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b480bb70-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b480bd00-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:25:15+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0982c0a-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b0982d9a-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:25:15+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5b76ac-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=bf5b78d2-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:25:22+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b480bb70-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=b480bd00-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:25:22+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36bd2a0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=c36bd43a-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:25:22+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c36bd2a0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=c36bd43a-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:25:22+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c36bd2a0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=c36bd43a-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:25:39+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf5b76ac-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=bf5b78d2-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:25:39+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce1c16ec-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ce1c1930-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:25:47+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c36bd2a0-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=c36bd43a-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:25:47+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d256f696-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=d256f89e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:25:47+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d256f696-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=d256f89e-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:25:47+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d256f696-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=d256f89e-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:26:04+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce1c16ec-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ce1c1930-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:26:04+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcde3034-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=dcde31d8-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:26:12+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d256f696-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=d256f89e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:26:12+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14216b8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=e14223c4-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:26:12+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14216b8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=e14223c4-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:26:12+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14216b8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=e14223c4-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:26:29+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcde3034-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=dcde31d8-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:26:29+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb9f7b96-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=eb9f7d9e-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:26:37+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14216b8-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=e14223c4-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:26:37+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02dc050-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=f02dc1f4-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:26:37+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02dc050-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=f02dc1f4-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:26:37+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02dc050-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=f02dc1f4-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:26:54+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb9f7b96-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=eb9f7d9e-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:26:54+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa6103ac-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=fa610550-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:27:02+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02dc050-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=f02dc1f4-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:27:02+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1b17ca-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ff1b198c-6eaa-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:27:02+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1b17ca-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ff1b198c-6eaa-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:27:02+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1b17ca-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ff1b198c-6eaa-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:27:19+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa6103ac-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=fa610550-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:27:19+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0921eaa0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0921ecd0-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:27:27+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1b17ca-6eaa-11ed-a2e0-fef54d9c2e0f | InvocationID=ff1b198c-6eaa-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:27:27+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0628d8-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0e062f7c-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:27:27+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0628d8-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0e062f7c-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:27:27+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0628d8-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0e062f7c-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:27:43+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0921eaa0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0921ecd0-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:27:43+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e3162c-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=17e318a2-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:27:52+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0628d8-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=0e062f7c-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:27:52+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf18d74-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=1cf18f4a-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:27:52+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf18d74-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=1cf18f4a-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:27:52+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf18d74-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=1cf18f4a-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:28:08+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17e3162c-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=17e318a2-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:28:08+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a5132c-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=26a514da-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:28:17+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf18d74-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=1cf18f4a-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:28:17+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdca3a0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=2bdca5b2-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:28:17+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdca3a0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=2bdca5b2-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:28:17+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdca3a0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=2bdca5b2-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:28:33+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26a5132c-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=26a514da-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:28:33+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35666762-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=35666910-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:28:42+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdca3a0-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=2bdca5b2-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:28:42+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac807f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=3ac809a4-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:28:42+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac807f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=3ac809a4-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:28:42+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac807f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=3ac809a4-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:28:58+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35666762-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=35666910-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:28:58+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4427e33e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=4427e58c-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:29:07+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac807f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=3ac809a4-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:29:07+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b3825e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=49b38470-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:29:07+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b3825e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=49b38470-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:29:07+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b3825e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=49b38470-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:29:22+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4427e33e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=4427e58c-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:29:22+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ee04ac-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=52ee066e-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:29:32+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b3825e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=49b38470-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:29:32+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589f541e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=589f5630-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:29:32+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589f541e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=589f5630-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:29:32+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589f541e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=589f5630-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:29:47+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52ee04ac-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=52ee066e-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:29:47+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61aeacda-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=61aeae88-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:29:57+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589f541e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=589f5630-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:29:57+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678a9e20-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=678a9fce-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:29:57+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678a9e20-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=678a9fce-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:29:57+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678a9e20-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=678a9fce-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:30:12+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61aeacda-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=61aeae88-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:30:12+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7072c2a6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7072c4ea-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:30:22+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678a9e20-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=678a9fce-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:30:22+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7675e6ec-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7675e926-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:30:22+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7675e6ec-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7675e926-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:30:22+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7675e6ec-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7675e926-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:30:37+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7072c2a6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7072c4ea-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:30:37+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f34a016-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7f34a1a6-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:30:47+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7675e6ec-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7675e926-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:30:47+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85627968-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=85627c10-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:30:47+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85627968-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=85627c10-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:30:47+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85627968-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=85627c10-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:31:01+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f34a016-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=7f34a1a6-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:31:01+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df4d35a-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=8df4d594-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:31:12+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85627968-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=85627c10-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:31:12+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=944e29fe-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=944e2cd8-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:31:12+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=944e29fe-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=944e2cd8-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:31:12+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=944e29fe-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=944e2cd8-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:31:26+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8df4d35a-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=8df4d594-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:31:26+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb6af62-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=9cb6b17e-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:31:37+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=944e29fe-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=944e2cd8-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:31:37+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a339c0ea-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=a339c3e2-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:31:37+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a339c0ea-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=a339c3e2-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:31:37+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a339c0ea-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=a339c3e2-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:31:51+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cb6af62-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=9cb6b17e-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:31:51+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7760aa-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=ab776262-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:32:02+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a339c0ea-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=a339c3e2-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:32:02+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2270f86-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=b2271580-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:32:02+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2270f86-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=b2271580-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:32:02+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2270f86-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=b2271580-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:32:16+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab7760aa-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=ab776262-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:32:16+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba3867f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=ba3869ea-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:32:27+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2270f86-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=b2271580-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:32:27+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1131d14-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c1131eae-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:32:27+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1131d14-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c1131eae-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:32:27+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1131d14-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c1131eae-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:32:40+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba3867f6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=ba3869ea-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:32:40+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f9da04-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c8f9dbb2-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:32:52+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1131d14-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c1131eae-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:32:52+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d002976e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d0029962-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:32:52+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d002976e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d0029962-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:32:52+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d002976e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d0029962-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:33:05+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f9da04-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=c8f9dbb2-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:33:05+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7bab2f2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d7bab5b8-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:33:17+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d002976e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d0029962-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:33:17+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deede3d2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=deede580-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:33:17+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deede3d2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=deede580-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:33:17+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deede3d2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=deede580-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:33:30+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7bab2f2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=d7bab5b8-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:33:30+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67b59d6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=e67b5bac-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:33:42+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deede3d2-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=deede580-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:33:42+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd92154-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=edd922ee-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:33:42+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd92154-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=edd922ee-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:33:42+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd92154-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=edd922ee-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:33:55+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e67b59d6-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=e67b5bac-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:33:55+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53e721e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=f53e7502-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:34:07+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd92154-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=edd922ee-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:34:07+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc4d406-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=fcc4d5b4-6eab-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:34:07+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc4d406-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=fcc4d5b4-6eab-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:34:07+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc4d406-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=fcc4d5b4-6eab-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:34:19+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f53e721e-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=f53e7502-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:34:19+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03ff9e68-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=03ffa16a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:34:32+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc4d406-6eab-11ed-a2e0-fef54d9c2e0f | InvocationID=fcc4d5b4-6eab-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:34:32+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb0f152-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=0bb0f346-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:34:32+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb0f152-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=0bb0f346-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:34:32+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb0f152-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=0bb0f346-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:34:44+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03ff9e68-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=03ffa16a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:34:44+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c135e2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=12c13790-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:34:57+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb0f152-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=0bb0f346-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:34:57+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9bb7ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=1a9bb97c-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:34:57+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9bb7ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=1a9bb97c-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:34:57+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a9bb7ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=1a9bb97c-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:35:09+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c135e2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=12c13790-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:35:09+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21820606-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=218207be-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:35:22+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a9bb7ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=1a9bb97c-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:35:22+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=298739de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=29873c40-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:35:22+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=298739de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=29873c40-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:35:22+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=298739de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=29873c40-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:35:34+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21820606-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=218207be-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:35:34+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3045a882-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=3045aa3a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:35:47+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=298739de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=29873c40-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:35:47+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38737b56-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=38737e08-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:35:47+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38737b56-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=38737e08-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:35:47+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38737b56-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=38737e08-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:35:58+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3045a882-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=3045aa3a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:35:58+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f057154-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=3f05737a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:36:12+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38737b56-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=38737e08-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:36:12+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=475ee6d2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=475ee9a2-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:36:12+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=475ee6d2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=475ee9a2-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:36:12+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=475ee6d2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=475ee9a2-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:36:23+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f057154-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=3f05737a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:36:23+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc6d016-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=4dc6d264-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:36:37+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=475ee6d2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=475ee9a2-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:36:37+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564ac6de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=564ac878-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:36:37+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564ac6de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=564ac878-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:36:37+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=564ac6de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=564ac878-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:36:48+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dc6d016-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=4dc6d264-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:36:48+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8987ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=5c898a12-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:37:02+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=564ac6de-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=564ac878-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:37:02+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65382344-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6538256a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:37:03+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65382344-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6538256a-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:37:03+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65382344-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6538256a-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:37:13+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c8987ce-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=5c898a12-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:37:13+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b4af7ca-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6b4af96e-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:37:28+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65382344-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6538256a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:37:28+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7423adc4-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7423b0da-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:37:28+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7423adc4-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7423b0da-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:37:28+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7423adc4-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7423b0da-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:37:37+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b4af7ca-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=6b4af96e-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:37:37+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a0ca614-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7a0ca7e0-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:37:53+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7423adc4-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7423b0da-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:37:53+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830f28fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=830f2b1a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:37:53+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830f28fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=830f2b1a-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:37:53+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=830f28fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=830f2b1a-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:38:02+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a0ca614-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=7a0ca7e0-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:38:02+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cf62fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=88cf64b6-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:38:18+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=830f28fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=830f2b1a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:38:18+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91fa1d1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=91fa2ada-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:38:18+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91fa1d1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=91fa2ada-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:38:18+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91fa1d1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=91fa2ada-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:38:27+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88cf62fe-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=88cf64b6-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:38:27+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9790b5b8-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=9790b752-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:38:43+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91fa1d1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=91fa2ada-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:38:43+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0e53e22-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a0e54dae-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:38:43+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0e53e22-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a0e54dae-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:38:43+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0e53e22-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a0e54dae-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:38:52+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9790b5b8-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=9790b752-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:38:52+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a651d514-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a651d8a2-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:39:08+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0e53e22-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a0e54dae-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:39:08+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd063b2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=afd0674a-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:39:08+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd063b2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=afd0674a-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:39:08+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afd063b2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=afd0674a-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:39:16+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a651d514-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=a651d8a2-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:39:16+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5146c1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=b5146dc8-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:39:33+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afd063b2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=afd0674a-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:39:33+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bebbd424-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=bebbd6d6-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:39:33+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bebbd424-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=bebbd6d6-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:39:33+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bebbd424-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=bebbd6d6-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:39:41+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5146c1a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=b5146dc8-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:39:41+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d550a2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=c3d552be-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:39:58+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bebbd424-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=bebbd6d6-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:39:58+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda88e64-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=cda89940-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:39:58+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda88e64-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=cda89940-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:39:58+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda88e64-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=cda89940-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:40:06+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3d550a2-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=c3d552be-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:40:06+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2963f70-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=d29641dc-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:40:23+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda88e64-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=cda89940-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:40:23+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc93aa30-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=dc93ad50-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:40:23+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc93aa30-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=dc93ad50-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:40:23+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc93aa30-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=dc93ad50-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:40:31+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2963f70-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=d29641dc-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:40:31+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e158dedc-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=e158e10c-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:40:48+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc93aa30-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=dc93ad50-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:40:48+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7ec84a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=eb7eca0c-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:40:48+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7ec84a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=eb7eca0c-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:40:48+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7ec84a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=eb7eca0c-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:40:55+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e158dedc-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=e158e10c-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:40:56+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f019b9a0-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=f019bb26-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:41:13+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7ec84a-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=eb7eca0c-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:41:13+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa69e27c-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fa69e498-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:41:13+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa69e27c-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fa69e498-6eac-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:41:13+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa69e27c-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fa69e498-6eac-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:41:20+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f019b9a0-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=f019bb26-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:41:20+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed9ce26-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fed9d0e2-6eac-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:41:38+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa69e27c-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fa69e498-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:41:38+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0955d6b0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0955d8a4-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:41:38+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0955d6b0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0955d8a4-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:41:38+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0955d6b0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0955d8a4-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:41:45+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fed9ce26-6eac-11ed-a2e0-fef54d9c2e0f | InvocationID=fed9d0e2-6eac-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:41:45+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d9aaa02-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0d9aad36-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:42:03+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0955d6b0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0955d8a4-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:42:03+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1840cc52-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1840ce46-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:42:03+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1840cc52-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1840ce46-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:03+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1840cc52-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1840ce46-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:10+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d9aaa02-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=0d9aad36-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:42:10+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c5d6138-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1c5d62d2-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:42:28+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1840cc52-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1840ce46-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:42:28+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=272be54e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=272be756-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:42:28+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=272be54e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=272be756-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:28+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=272be54e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=272be756-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:35+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c5d6138-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=1c5d62d2-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:42:35+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b1f2ef4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=2b1f33cc-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:42:53+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=272be54e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=272be756-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:42:53+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=361b558a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=361b5a76-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:42:53+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=361b558a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=361b5a76-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:53+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=361b558a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=361b5a76-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:42:59+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b1f2ef4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=2b1f33cc-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:42:59+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e100d4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=39e1028c-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:43:18+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=361b558a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=361b5a76-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:43:18+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450700da-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=45070300-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:43:18+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450700da-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=45070300-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:43:18+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=450700da-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=45070300-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:43:24+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39e100d4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=39e1028c-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:43:24+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a201cc-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=48a2037a-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:43:43+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=450700da-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=45070300-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:43:43+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53f2a838-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=53f2b292-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:43:43+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53f2a838-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=53f2b292-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:43:43+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53f2a838-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=53f2b292-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:43:49+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a201cc-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=48a2037a-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:43:49+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5763ac1a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=5763ae4a-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:44:08+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53f2a838-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=53f2b292-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:44:08+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62de054a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=62de0702-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:44:08+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62de054a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=62de0702-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:44:08+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62de054a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=62de0702-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:44:14+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5763ac1a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=5763ae4a-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:44:14+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6624b636-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=6624b85c-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:44:33+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62de054a-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=62de0702-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:44:33+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c8d698-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=71c8d83c-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:44:33+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c8d698-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=71c8d83c-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:44:33+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71c8d698-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=71c8d83c-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:44:38+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6624b636-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=6624b85c-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:44:38+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e76574-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=74e7681c-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:44:58+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71c8d698-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=71c8d83c-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:44:58+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80b45402-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=80b45768-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:44:58+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80b45402-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=80b45768-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:44:58+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80b45402-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=80b45768-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:45:03+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e76574-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=74e7681c-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:45:03+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a98150-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=83a98308-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:45:23+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80b45402-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=80b45768-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:45:23+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9f780c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=8f9f79ce-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:45:23+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9f780c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=8f9f79ce-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:45:23+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9f780c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=8f9f79ce-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:45:28+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83a98150-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=83a98308-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:45:28+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926a2fe6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=926a3252-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:45:48+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9f780c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=8f9f79ce-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:45:48+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8a76c8-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=9e8a7880-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:45:48+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8a76c8-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=9e8a7880-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:45:48+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8a76c8-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=9e8a7880-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:45:53+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=926a2fe6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=926a3252-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:45:53+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12da1b6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=a12da35a-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:46:13+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8a76c8-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=9e8a7880-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:46:13+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad75fb6c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=ad75ff5e-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:46:13+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad75fb6c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=ad75ff5e-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:46:13+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad75fb6c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=ad75ff5e-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:46:17+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a12da1b6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=a12da35a-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:46:17+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afee2252-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=afee23f6-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:46:38+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad75fb6c-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=ad75ff5e-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:46:38+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc615144-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=bc61537e-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:46:38+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc615144-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=bc61537e-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:46:38+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc615144-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=bc61537e-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:46:42+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afee2252-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=afee23f6-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:46:42+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beaef848-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=beaefa78-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:47:03+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc615144-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=bc61537e-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:47:03+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4c0762-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cb4c0b54-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:47:03+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4c0762-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cb4c0b54-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:03+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4c0762-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cb4c0b54-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:07+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beaef848-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=beaefa78-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:47:07+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6fff4e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cd700124-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:47:28+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4c0762-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cb4c0b54-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:47:28+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da37f7e0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=da37f9f2-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:47:28+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da37f7e0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=da37f9f2-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:28+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da37f7e0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=da37f9f2-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:32+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd6fff4e-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=cd700124-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:47:32+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc307aa4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=dc307c34-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:47:53+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da37f7e0-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=da37f9f2-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:47:53+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e925fe78-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=e9260094-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:47:53+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e925fe78-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=e9260094-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:53+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e925fe78-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=e9260094-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:47:56+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc307aa4-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=dc307c34-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:47:56+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf0dbba-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=eaf0ddcc-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:48:18+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e925fe78-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=e9260094-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:48:18+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f810e8c6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f810ee48-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:48:18+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f810e8c6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f810ee48-6ead-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:48:18+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f810e8c6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f810ee48-6ead-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:48:21+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaf0dbba-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=eaf0ddcc-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:48:21+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9b25ec6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f9b26074-6ead-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:48:43+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f810e8c6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f810ee48-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:48:43+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06fc501e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=06fc51e0-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:48:43+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06fc501e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=06fc51e0-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:48:43+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06fc501e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=06fc51e0-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:48:46+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9b25ec6-6ead-11ed-a2e0-fef54d9c2e0f | InvocationID=f9b26074-6ead-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:48:46+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0872ee3a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=0872efd4-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:49:08+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06fc501e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=06fc51e0-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:49:08+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e77888-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=15e77ae0-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:49:08+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e77888-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=15e77ae0-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:49:08+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e77888-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=15e77ae0-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:49:11+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0872ee3a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=0872efd4-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:49:11+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=173324bc-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=17332746-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:49:33+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e77888-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=15e77ae0-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:49:33+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d25a02-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=24d25c32-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:49:33+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d25a02-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=24d25c32-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:49:33+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d25a02-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=24d25c32-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:49:35+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=173324bc-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=17332746-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:49:35+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25f3b926-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=25f3bad4-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:49:58+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d25a02-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=24d25c32-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:49:58+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bd9fb8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=33bda17a-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:49:59+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bd9fb8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=33bda17a-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:49:59+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33bd9fb8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=33bda17a-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:50:00+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25f3b926-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=25f3bad4-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:50:00+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34b4531c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=34b45592-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:50:24+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33bd9fb8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=33bda17a-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:50:24+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a8ae46-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=42a8b148-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:50:24+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a8ae46-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=42a8b148-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:50:24+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a8ae46-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=42a8b148-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:50:25+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34b4531c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=34b45592-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:50:25+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4376594a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=43765b84-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:50:49+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a8ae46-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=42a8b148-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:50:49+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519396e6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=51939894-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:50:49+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519396e6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=51939894-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:50:49+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519396e6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=51939894-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:50:50+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4376594a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=43765b84-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:50:50+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5236af8e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=5236b236-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:51:14+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519396e6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=51939894-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:51:14+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607ea088-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=607ea380-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:51:14+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607ea088-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=607ea380-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:51:14+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607ea088-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=607ea380-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:51:14+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5236af8e-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=5236b236-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:51:14+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f77c06-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=60f77e36-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:51:39+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607ea088-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=607ea380-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:51:39+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f69b2fe-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6f69b5b0-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:51:39+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f69b2fe-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6f69b5b0-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:51:39+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f69b2fe-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6f69b5b0-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:51:39+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f77c06-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=60f77e36-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:51:39+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fb7e7ee-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6fb7ea32-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:52:04+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f69b2fe-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6f69b5b0-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:52:04+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e552a32-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e552cf8-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:52:04+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e552a32-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e552cf8-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:52:04+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e552a32-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e552cf8-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:52:04+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fb7e7ee-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=6fb7ea32-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:52:04+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e789666-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e78990e-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:52:29+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e789666-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e78990e-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:52:29+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d3a53ba-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d3a5572-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:52:29+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e552a32-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=7e552cf8-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:52:29+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d41fee4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d420092-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:52:29+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d41fee4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d420092-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:52:29+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d41fee4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d420092-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:52:53+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d3a53ba-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d3a5572-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:52:53+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c00e5f8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c00e8b4-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:52:54+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d41fee4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=8d420092-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:52:54+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2d1736-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c2d1920-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:52:54+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2d1736-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c2d1920-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:52:54+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2d1736-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c2d1920-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:53:18+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c00e5f8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c00e8b4-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:53:18+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac49698-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=aac498c8-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:53:19+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2d1736-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=9c2d1920-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:53:19+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab17ed34-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ab17efdc-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:53:19+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab17ed34-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ab17efdc-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:53:19+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab17ed34-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ab17efdc-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:53:43+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aac49698-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=aac498c8-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:53:43+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9856c5c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=b9856ec8-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:53:44+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab17ed34-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ab17efdc-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:53:44+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba02c2c4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ba02c62a-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:53:44+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba02c2c4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ba02c62a-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:53:44+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba02c2c4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ba02c62a-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:08+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9856c5c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=b9856ec8-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:54:08+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c847c780-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c847cbfe-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:54:09+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba02c2c4-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=ba02c62a-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:54:09+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ed8116-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c8ed82c4-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:54:09+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ed8116-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c8ed82c4-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:09+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ed8116-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c8ed82c4-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:32+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c847c780-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c847cbfe-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:54:32+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d70863f6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d708663a-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:54:34+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8ed8116-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=c8ed82c4-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:54:34+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d8df7c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d7d8e21a-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:54:34+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d8df7c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d7d8e21a-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:34+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d8df7c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d7d8e21a-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:57+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d70863f6-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d708663a-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:54:57+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5ca4a58-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e5ca4cce-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:54:59+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d8df7c-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=d7d8e21a-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:54:59+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c3c4ac-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e6c3c6dc-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:54:59+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c3c4ac-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e6c3c6dc-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:54:59+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c3c4ac-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e6c3c6dc-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:55:22+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5ca4a58-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e5ca4cce-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:55:22+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48af3f8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f48af650-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:55:24+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c3c4ac-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=e6c3c6dc-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:55:24+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5aeb21a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f5aeb45e-6eae-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:55:24+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5aeb21a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f5aeb45e-6eae-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:55:24+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5aeb21a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f5aeb45e-6eae-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:55:47+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f48af3f8-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f48af650-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:55:47+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=034c88e8-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=034c8c26-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:55:49+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5aeb21a-6eae-11ed-a2e0-fef54d9c2e0f | InvocationID=f5aeb45e-6eae-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:55:49+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049996f0-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=04999984-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:55:49+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049996f0-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=04999984-6eaf-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:55:49+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049996f0-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=04999984-6eaf-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:56:11+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=034c88e8-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=034c8c26-6eaf-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:56:11+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1210cf2e-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1210d15e-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:56:14+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049996f0-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=04999984-6eaf-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:56:14+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1384f7d6-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1384fa2e-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:56:14+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1384f7d6-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1384fa2e-6eaf-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:56:14+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1384f7d6-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1384fa2e-6eaf-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:56:36+0000 | aai_event_thread | 140631390976800 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1210cf2e-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1210d15e-6eaf-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF AAI events. 2022-11-27T23:56:36+0000 | aai_event_thread | 140631390976800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20d283a4-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=20d285d4-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-27T23:56:39+0000 | policy_event_thread | 140631392037664 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1384f7d6-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=1384fa2e-6eaf-11ed-a2e0-fef54d9c2e0f | Polling MR for XNF activation/deactivation policy response events. 2022-11-27T23:56:39+0000 | policy_event_thread | 140631392037664 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22711cac-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=22711e32-6eaf-11ed-a2e0-fef54d9c2e0f | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-27T23:56:39+0000 | policy_event_thread | 140631392037664 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22711cac-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=22711e32-6eaf-11ed-a2e0-fef54d9c2e0f | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-27T23:56:39+0000 | policy_event_thread | 140631392037664 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22711cac-6eaf-11ed-a2e0-fef54d9c2e0f | InvocationID=22711e32-6eaf-11ed-a2e0-fef54d9c2e0f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000