Hi,
The EventStore error log is currently filling up with this message:
[PID:05526:038 2016.01.04 00:34:40.437 ERROR JsonCodec ]
'POST /elections/viewchangeproof HTTP/1.1
Content-Type: application/json
Content-Length: 162
Expect: 100-continue
Host: 172.31.36.140:2112
{
"serverId": "' is not a valid serialized
EventStore.Core.Messages.ElectionMessageDto+ViewChangeProofDto
Newtonsoft.Json.JsonReaderException: Unexpected character encountered
while parsing value: P. Path '', line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in
<filename unknown>:0
at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in
<filename unknown>:0
at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType
(Newtonsoft.Json.JsonReader reader,
Newtonsoft.Json.Serialization.JsonContract contract, Boolean
hasConverter) [0x00000] in <filename unknown>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize
(Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean
checkAdditionalContent) [0x00000] in <filename unknown>:0
Is there anything I can do to fix it, or is it a bug in ES?
regards, Rickard