Created
October 7, 2013 17:34
Exception from Windows Azure Caching 2.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft.ApplicationServer.Caching.DataCacheException was unhandled by user code | |
ErrorCode=17 | |
HelpLink=http://go.microsoft.com/fwlink/?LinkId=164049 | |
HResult=-2146233088 | |
Message=ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional Information : The client was trying to communicate with the server: net.tcp://WebService:24233. | |
Source=Microsoft.ApplicationServer.Caching.Client | |
SubStatus=5 | |
StackTrace: | |
at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ErrStatus errStatus, Guid trackingId, Exception responseException, Byte[][] payload, EndpointID destination) | |
at Microsoft.ApplicationServer.Caching.DataCache.ThrowException(ResponseBody respBody, EndpointID destination) | |
at Microsoft.ApplicationServer.Caching.DataCacheFactory.EstablishConnection(IEnumerable`1 servers, RequestBody request, Func`3 sendMessageDelegate, DataCacheReadyRetryPolicy retryPolicy) | |
at Microsoft.ApplicationServer.Caching.SocketClientProtocol.<>c__DisplayClass5.<Initialize>b__2(RequestBody req) | |
at Microsoft.ApplicationServer.Caching.SocketClientProtocol.SendReceive(IVelocityRequestPacket request, Func`2 delegate, EndpointID& destination) | |
at Microsoft.ApplicationServer.Caching.SocketClientProtocol.Initialize(IEnumerable`1 servers) | |
at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName, CreateNewCacheDelegate cacheCreationDelegate, DataCacheInitializationViaCopyDelegate initializeDelegate) | |
at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetCache(String cacheName) | |
at Microsoft.ApplicationServer.Caching.DataCacheFactory.GetDefaultCache() | |
at BSS.Vortex.Service.Infrastructure2.DataCacheManager._Lambda$__39() in C:\git\akite-vortex\BSS_VX_Service_Azure\BSS_VX_Infrastructure2\Cache\DataCacheManager.vb:line 58 | |
at BSS.Vortex.Service.Infrastructure2.DataCacheManager._Lambda$__38(ApplicationRetryContext a0) in C:\git\akite-vortex\BSS_VX_Service_Azure\BSS_VX_Infrastructure2\Cache\DataCacheManager.vb:line 57 | |
at BSS.Common.ApplicationRetry.ApplicationRetryLogicExp.DoWork(Action`1 workToDo) | |
InnerException: System.Net.Sockets.SocketException | |
ErrorCode=11001 | |
HResult=-2147467259 | |
Message=No such host is known | |
NativeErrorCode=11001 | |
Source=Microsoft.ApplicationServer.Caching.Core | |
StackTrace: | |
at Microsoft.ApplicationServer.Caching.AsyncResultNoResult.EndInvoke() | |
at Microsoft.ApplicationServer.Caching.AsyncResult`1.EndInvoke() | |
at Microsoft.ApplicationServer.Caching.SocketConnectionFactory.EndConnect(IAsyncResult asyncResult) | |
at Microsoft.ApplicationServer.Caching.TcpClientChannelFactory.TcpConnectionCallback(IAsyncResult result) | |
InnerException: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment