I recently upgrade ServiceStack from version 3.6.9.29748 to 3.9.4.0 and run into the below exception.
I have a few nodes running ServiceStack services behind a loadbalancer.
The exception occurs intermittently.
Has anyone run into this?
Here is the stack trace
[FormatException]: hashcode { 51426437 }
{ Message : An invalid IP address was
specified. StackTrace :
at System.Net.IPAddress.InternalParse(String ipString, Boolean tryParse)
at
ServiceStack.WebHost.Endpoints.RestHandler.
GetResponse(
IHttpRequest httpReq,
IHttpResponse httpRes,
Object request) in
RestHandler.cs: line 88 at
ServiceStack.WebHost.Endpoints.RestHandler.
ProcessRequest(
IHttpRequest httpReq,
IHttpResponse httpRes,
String operationName) in
RestHandler.cs: line 80
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, ref Boolean completedSynchronously)
Source : System TargetSite :
System.Net.IPAddress InternalParse(System.String, Boolean) HelpLink : {NULL} Data : {} InnerException :
{NULL} }