Advertisement
fedorm

fedorm

Oct 24th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.82 KB | None | 0 0
  1. 24.10 17:35:31 INFO  [Scale] BarcodeScannerImpl - barcode = +79536652414
  2. 24.10 17:35:31 DEBUG [SoftCheckService] GET request by phone: http://localhost:50052/set-kit/softcheques?phone={phone}&status={status}&prefixGuid={prefix}&lengthGuidNumber={length}&shortView=TRUE, parameters: {shop=74123, phone=79536652414|89536652414|9536652414, prefix=, length=3, guid=null, status=READY_TO_PAYMENT}
  3. 24.10 17:35:31 INFO  [WaitComponent] [WaitComponent] MainFrame enabled - false
  4. 24.10 17:35:31 INFO  [WaitComponent] [WaitComponent] MainFrame enabled - true
  5. 24.10 17:35:31 DEBUG [SoftCheckService] GET request: http://localhost:50052/set-kit/softcheques/{guid}?status={status}, parameters: {shop=74123, guid=704777, status=READY_TO_PAYMENT}
  6. 24.10 17:35:31 ERROR [SoftCheckService] Bad response, error=404
  7. org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Unrecognized token 'Request': was expecting ('true', 'false' or 'null')
  8. at [Source: (org.apache.http.conn.EofSensorInputStream); line: 2, column: 56]; nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Request': was expecting ('true', 'false' or 'null')
  9.  at [Source: (org.apache.http.conn.EofSensorInputStream); line: 2, column: 56]
  10.     at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:208)
  11.     at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readInternal(AbstractJackson2HttpMessageConverter.java:192)
  12.     at org.springframework.http.converter.AbstractHttpMessageConverter.read(AbstractHttpMessageConverter.java:159)
  13.     at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:37)
  14.     at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
  15.     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
  16.     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
  17.     at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
  18.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
  19.     at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
  20.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
  21.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
  22.     at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
  23.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
  24.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
  25.     at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
  26.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
  27.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  28.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  29.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  30.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  31.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  32.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  33.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  34.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  35.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  36.     at java.lang.Thread.run(Thread.java:745)
  37. Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Request': was expecting ('true', 'false' or 'null')
  38.  at [Source: (org.apache.http.conn.EofSensorInputStream); line: 2, column: 56]
  39.     at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1798)
  40.     at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:673)
  41.     at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._reportInvalidToken(UTF8StreamJsonParser.java:3527)
  42.     at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2622)
  43.     at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:826)
  44.     at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:723)
  45.     at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4129)
  46.     at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3988)
  47.     at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3072)
  48.     at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:205)
  49.     ... 26 more
  50. 24.10 17:35:31 ERROR [SoftCheckService] Failed to obtain Soft Check with number 704777 reason:
  51. ru.crystals.softcheck.error.SoftCheckError: Сервис мягкого чека недоступен
  52.     at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:44)
  53.     at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
  54.     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
  55.     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
  56.     at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
  57.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
  58.     at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
  59.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
  60.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
  61.     at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
  62.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
  63.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
  64.     at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
  65.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
  66.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  67.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  68.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  69.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  70.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  71.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  72.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  73.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  74.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  75.     at java.lang.Thread.run(Thread.java:745)
  76. 24.10 17:35:31 ERROR [SearchSoftCheckController] Soft check error: Сервис мягкого чека недоступен
  77. ru.crystals.pos.softcheck.exceptions.SoftCheckException: Сервис мягкого чека недоступен
  78.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:442)
  79.     at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
  80.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
  81.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
  82.     at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
  83.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
  84.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
  85.     at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
  86.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
  87.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  88.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  89.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  90.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  91.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  92.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  93.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  94.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  95.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  96.     at java.lang.Thread.run(Thread.java:745)
  97. Caused by: ru.crystals.softcheck.error.SoftCheckError: Сервис мягкого чека недоступен
  98.     at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:44)
  99.     at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
  100.     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
  101.     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
  102.     at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
  103.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
  104.     ... 18 more
  105. 24.10 17:35:31 INFO  [CheckContianerMessagerHelper] Show message: Сервис мягкого чека недоступен
  106. 24.10 17:35:31 INFO  [CheckContianerMessagerHelper] Show message: Сервис мягкого чека недоступен
  107. 24.10 17:35:31 ERROR [TechProcessImpl] TP error: Сервис мягкого чека недоступен
  108. 24.10 17:35:33 INFO  [DocumentSender] OD found 0 documents
  109. 24.10 17:35:33 INFO  [TransferManager] OD found 0 documents to register
  110. 24.10 17:35:33 INFO  [DocumentSender] OD found 0 transactions to register
  111. 24.10 17:35:34 INFO  [TransferManager] Nothing yet not processed on server to resend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement