Describe the bug
Description
After updating ServicePulse from version 1.39 (hosted on IIS) to 2.6.0 (hosted from a Docker image), an error appears for some messages.
Expected behavior
Message details show up
Actual behavior
After entering the details, the following error occurs:
An error occurred while trying to load the message. Please check the ServiceControl logs to learn what the issue is.
Versions
2.6.0 (hosted from a Docker image)
Steps to reproduce
Clicking on a message in the error list. For some messages, details are displayed, for others an error occurs.
Relevant log output
There is no log for this event in ServicePulse and on the ServiceControl side
Additional Information
Workarounds
Possible solutions
Additional information
The same message appears correctly on an older version of ServicePulse. I compared the network traffic to ServiceControl on both versions, and it looks identical.
There are two calls:
ServicePulse/api/errors/last/7670683f-e09d-d789-4cc0-572280aa34d0
with a 200 response
and
ServicePulse/api/messages/search/e900c065-9aa8-4e2b-be37-d05b87708091/113074851
with a 404 response.
The response from the first call returns something like this:
{
"id": "7670683f-e09d-d789-4cc0-572280aa34d0",
"message_type": "",
"time_sent": "2026-03-06T09:56:32.30921+01:00",
"is_system_message": false,
"exception": {
"exception_type": "S",
"message": ": **********************************************",
"source": "",
"stack_trace": ""
},
"message_id": "e900c065-9aa8-4e2b-be37-d05b87708091\113074851",
"number_of_processing_attempts": 1,
"status": "unresolved",
"receiving_endpoint": {
"name": "",
"host_id": "5dc0ecfc-045a-bb92-8e64-61586f7ab6be",
"host": ""
},
"queue_address": "********************",
"time_of_failure": "2026-03-06T08:56:33.215548Z",
"last_modified": "2026-03-06T08:56:33.2719085Z",
"edited": false,
"edit_of": ""
}
The error was noticed within one endpoint for one message type.
Describe the bug
Description
After updating ServicePulse from version 1.39 (hosted on IIS) to 2.6.0 (hosted from a Docker image), an error appears for some messages.
Expected behavior
Message details show up
Actual behavior
After entering the details, the following error occurs:
An error occurred while trying to load the message. Please check the ServiceControl logs to learn what the issue is.
Versions
2.6.0 (hosted from a Docker image)
Steps to reproduce
Clicking on a message in the error list. For some messages, details are displayed, for others an error occurs.
Relevant log output
Additional Information
Workarounds
Possible solutions
Additional information
The same message appears correctly on an older version of ServicePulse. I compared the network traffic to ServiceControl on both versions, and it looks identical.
There are two calls:
ServicePulse/api/errors/last/7670683f-e09d-d789-4cc0-572280aa34d0
with a 200 response
and
ServicePulse/api/messages/search/e900c065-9aa8-4e2b-be37-d05b87708091/113074851
with a 404 response.
The response from the first call returns something like this:
{
"id": "7670683f-e09d-d789-4cc0-572280aa34d0",
"message_type": "",
"time_sent": "2026-03-06T09:56:32.30921+01:00",
"is_system_message": false,
"exception": {
"exception_type": "S",
"message": ": **********************************************",
"source": "",
"stack_trace": ""
},
"message_id": "e900c065-9aa8-4e2b-be37-d05b87708091\113074851",
"number_of_processing_attempts": 1,
"status": "unresolved",
"receiving_endpoint": {
"name": "",
"host_id": "5dc0ecfc-045a-bb92-8e64-61586f7ab6be",
"host": ""
},
"queue_address": "********************",
"time_of_failure": "2026-03-06T08:56:33.215548Z",
"last_modified": "2026-03-06T08:56:33.2719085Z",
"edited": false,
"edit_of": ""
}
The error was noticed within one endpoint for one message type.