Skip to content

Instantly share code, notes, and snippets.

@jamesalmond
Created June 11, 2013 19:46
Show Gist options
  • Save jamesalmond/5759979 to your computer and use it in GitHub Desktop.
Save jamesalmond/5759979 to your computer and use it in GitHub Desktop.
Garmin Maps Error
{
"Message": "An error has occurred.",
"ExceptionMessage": "com.garmin.service.exception.ServiceException: java.lang.NullPointerException",
"ExceptionType": "System.ServiceModel.FaultException`1[[Garmin.Cartography.Services.Rce.WebServiceWrapper.ITMapUpdateServiceReference.ServiceException, Garmin.Cartography.Services.Rce.WebServiceWrapper, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null]]",
"StackTrace": "\r\nServer stack trace: \r\n at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)\r\n at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)\r\n\r\nException rethrown at [0]: \r\n at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)\r\n at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)\r\n at Garmin.Cartography.Services.Rce.WebServiceWrapper.ITMapUpdateServiceReference.MapUpdateService.getMapForSubscription(getMapForSubscriptionRequest request)\r\n at Garmin.Cartography.Services.Rce.WebServiceWrapper.ITMapUpdateServiceReference.MapUpdateServiceClient.getMapForSubscription(getMapForSubscription getMapForSubscription1) in e:\\Projects\\services\\rce\\protobuf-interface\\core\\web-service-wrapper\\WebServiceWrapper\\Service References\\ITMapUpdateServiceReference\\Reference.cs:line 4217\r\n at Garmin.Cartography.Services.Rce.WebServiceWrapper.IT.Map.MapUtility.GetProductKey(Int64 unitId, String downloadPartNumber, String mapsourcePartNumber, String updateArea, String regionPartNumber) in e:\\Projects\\services\\rce\\protobuf-interface\\core\\web-service-wrapper\\WebServiceWrapper\\IT\\Map\\MapUtility.cs:line 164"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment