Advertisement
fedorm

869005

Jan 19th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. 19.01 18:23:10 ERROR [LoymaxUtils] Ошибка при отправке запроса: Read timed out
  2. java.net.SocketTimeoutException: Read timed out
  3. at java.net.SocketInputStream.socketRead0(Native Method)
  4. at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  5. at java.net.SocketInputStream.read(SocketInputStream.java:170)
  6. at java.net.SocketInputStream.read(SocketInputStream.java:141)
  7. at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
  8. at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
  9. at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
  10. at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
  11. at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
  12. at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
  13. at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
  14. at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
  15. at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
  16. at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
  17. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
  18. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
  19. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
  20. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
  21. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
  22. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
  23. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
  24. at ru.crystals.pos.loymax.LoymaxUtils.makeCall(LoymaxUtils.java:183)
  25. at ru.crystals.pos.loymax.LoymaxUtils.makeCall(LoymaxUtils.java:162)
  26. at ru.crystals.pos.loymax.LoymaxServiceImpl.getBalanceXMLResponse(LoymaxServiceImpl.java:157)
  27. at ru.crystals.pos.loymax.LoymaxServiceImpl.getBalance(LoymaxServiceImpl.java:135)
  28. at ru.crystals.pos.cards.service.CardsServiceImpl.lambda$getCardTypeEntity$0(CardsServiceImpl.java:635)
  29. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeProcessing(CardsServiceImpl.java:713)
  30. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeEntity(CardsServiceImpl.java:635)
  31. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:1158)
  32. at ru.crystals.pos.techprocess.TechProcessSearch.searchCard(TechProcessSearch.java:288)
  33. at ru.crystals.pos.techprocess.TechProcessImpl.eventMSR(TechProcessImpl.java:3996)
  34. at ru.crystals.pos.CashEventSource.process(CashEventSource.java:410)
  35. at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:131)
  36. at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
  37. at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
  38. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  39. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  40. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  41. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  42. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  43. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  44. at java.lang.Thread.run(Thread.java:745)
  45. 19.01 18:23:10 ERROR [LoymaxServiceImpl] Ошибка при отправке запроса: Read timed out
  46. ru.crystals.pos.loymax.exception.LoymaxConnectionException: Ошибка при отправке запроса: Read timed out
  47. at ru.crystals.pos.loymax.LoymaxUtils.makeCall(LoymaxUtils.java:205)
  48. at ru.crystals.pos.loymax.LoymaxUtils.makeCall(LoymaxUtils.java:162)
  49. at ru.crystals.pos.loymax.LoymaxServiceImpl.getBalanceXMLResponse(LoymaxServiceImpl.java:157)
  50. at ru.crystals.pos.loymax.LoymaxServiceImpl.getBalance(LoymaxServiceImpl.java:135)
  51. at ru.crystals.pos.cards.service.CardsServiceImpl.lambda$getCardTypeEntity$0(CardsServiceImpl.java:635)
  52. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeProcessing(CardsServiceImpl.java:713)
  53. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeEntity(CardsServiceImpl.java:635)
  54. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:1158)
  55. at ru.crystals.pos.techprocess.TechProcessSearch.searchCard(TechProcessSearch.java:288)
  56. at ru.crystals.pos.techprocess.TechProcessImpl.eventMSR(TechProcessImpl.java:3996)
  57. at ru.crystals.pos.CashEventSource.process(CashEventSource.java:410)
  58. at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:131)
  59. at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
  60. at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
  61. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  62. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  63. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  64. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  65. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  66. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  67. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement