SanSYS

Untitled

Oct 26th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.54 KB | None | 0 0
  1.    в BusinessLogic.Contragents.MessageHandlers.SyncCompanyContragentTransactions
  2. RequiredHandler.HandleMessage(SyncCompanyContragentTransactionsRequired message)
  3.  в c:\ProgramFiles\TeamCity\Git\BackGitMid\BackEnd\BusinessLogic\Contragents\Mes
  4. sageHandlers\SyncCompanyContragentTransactionsRequiredHandler.cs:строка 67
  5.    в ServiceBus.Contracts.MessageHandler`1.WrappedHandleMessage(T m)
  6. Error: При попытке обработать сообщение в SyncCompanyContragentTransactionsRequi
  7. redHandler произошло исключение.  Exception: ServiceStack.Redis.RedisException:
  8. could not connect to redis Instance at 172.21.10.61:36379 ---> System.Net.Socket
  9. s.SocketException: Обычно разрешается только одно использование адреса сокета (п
  10. ротокол/сетевой адрес/порт) 172.21.10.61:36379
  11.    в System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
  12.    в System.Net.Sockets.Socket.Connect(String host, Int32 port)
  13.    в ServiceStack.Redis.RedisNativeClient.Connect()
  14.    --- Конец трассировки внутреннего стека исключений ---
  15.    в ServiceStack.Redis.RedisNativeClient.Connect()
  16.    в ServiceStack.Redis.RedisNativeClient.AssertConnectedSocket()
  17.    в ServiceStack.Redis.RedisNativeClient.SendCommand(Byte[][] cmdWithBinaryArgs
  18. )
  19.    в ServiceStack.Redis.RedisNativeClient.SendExpectLong(Byte[][] cmdWithBinaryA
  20. rgs)
  21.    в ServiceStack.Redis.RedisNativeClient.SetNX(String key, Byte[] value)
  22.    в ServiceStack.Redis.RedisClient.SetEntryIfNotExists(String key, String value
  23. )
  24.    в ServiceStack.Redis.RedisLock.<>c__DisplayClass2.<.ctor>b__0()
  25.    в ServiceStack.Common.ExecExtensions.RetryUntilTrue(Func`1 action, Nullable`1
  26.  timeOut)
  27.    в ServiceStack.Redis.RedisLock..ctor(RedisClient redisClient, String key, Nul
  28. lable`1 timeOut)
  29.    в ServiceStack.Redis.RedisClient.AcquireLock(String key, TimeSpan timeOut)
  30.    в Cache.DistributedLockFactory.AcquireLock(String key, TimeSpan timeOut) в c:
  31. \ProgramFiles\TeamCity\Git\BackGitMid\BackEnd\Cache\DistributedLockFactory.cs:ст
  32. рока 21
  33.    в BusinessLogic.Contragents.Helpers.ContragentFundsFlowHelper.GetOrAddContrag
  34. ent(ETransactionStatus transactionStatus, Guid companyId, Nullable`1 userId, Nul
  35. lable`1 contragentId, Nullable`1 bankId, String accountNumber, String name, Stri
  36. ng shortName, String inn, String kpp, Boolean needUpdateContragentName, Boolean
  37. isFromDbo, String swift, String country, String city, String address, EPaymentTy
  38. pe paymentType, String bankName, String bik) в c:\ProgramFiles\TeamCity\Git\Back
  39. GitMid\BackEnd\BusinessLogic\Contragents\Helpers\ContragentFundsFlowHelper.cs:ст
  40. рока 357
  41.    в BusinessLogic.Contragents.Helpers.ContragentFundsFlowHelper.FundsFlowByTran
  42. saction(TransactionAdded transaction) в c:\ProgramFiles\TeamCity\Git\BackGitMid\
  43. BackEnd\BusinessLogic\Contragents\Helpers\ContragentFundsFlowHelper.cs:строка 16
  44. 4
  45.    в BusinessLogic.Contragents.MessageHandlers.SyncCompanyContragentTransactions
  46. RequiredHandler.HandleMessage(SyncCompanyContragentTransactionsRequired message)
  47.  в c:\ProgramFiles\TeamCity\Git\BackGitMid\BackEnd\BusinessLogic\Contragents\Mes
  48. sageHandlers\SyncCompanyContragentTransactionsRequiredHandler.cs:строка 67
  49.    в ServiceBus.Contracts.MessageHandler`1.WrappedHandleMessage(T m)
  50. ThreadId[131]: SyncCompanyContragentTransactionsRequiredHandler затратил 9 милли
  51. секунд  на обработку сообщения SyncCompanyContragentTransactionsRequired
Advertisement
Add Comment
Please, Sign In to add comment