Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 24.10 17:35:31 INFO [Scale] BarcodeScannerImpl - barcode = +79536652414
- 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}
- 24.10 17:35:31 INFO [WaitComponent] [WaitComponent] MainFrame enabled - false
- 24.10 17:35:31 INFO [WaitComponent] [WaitComponent] MainFrame enabled - true
- 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}
- 24.10 17:35:31 ERROR [SoftCheckService] Bad response, error=404
- org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Unrecognized token 'Request': was expecting ('true', 'false' or 'null')
- 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')
- at [Source: (org.apache.http.conn.EofSensorInputStream); line: 2, column: 56]
- at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:208)
- at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readInternal(AbstractJackson2HttpMessageConverter.java:192)
- at org.springframework.http.converter.AbstractHttpMessageConverter.read(AbstractHttpMessageConverter.java:159)
- at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:37)
- at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
- at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
- at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
- at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
- at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
- at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
- at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
- at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
- at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
- at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
- at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Request': was expecting ('true', 'false' or 'null')
- at [Source: (org.apache.http.conn.EofSensorInputStream); line: 2, column: 56]
- at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1798)
- at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:673)
- at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._reportInvalidToken(UTF8StreamJsonParser.java:3527)
- at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2622)
- at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:826)
- at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:723)
- at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4129)
- at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3988)
- at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3072)
- at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:205)
- ... 26 more
- 24.10 17:35:31 ERROR [SoftCheckService] Failed to obtain Soft Check with number 704777 reason:
- ru.crystals.softcheck.error.SoftCheckError: Сервис мягкого чека недоступен
- at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:44)
- at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
- at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
- at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
- at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
- at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
- at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
- at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
- at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
- at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
- at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
- at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- 24.10 17:35:31 ERROR [SearchSoftCheckController] Soft check error: Сервис мягкого чека недоступен
- ru.crystals.pos.softcheck.exceptions.SoftCheckException: Сервис мягкого чека недоступен
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:442)
- at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckInner(SoftCheckSetKitServiceImpl.java:74)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheck(AbstractSoftCheckServiceImpl.java:197)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.lambda$find$2(SearchSoftCheckController.java:116)
- at ru.crystals.pos.visualization.search.SearchProductContainer.addSoftCheckPositions(SearchProductContainer.java:571)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:134)
- at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
- at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
- at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
- at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
- at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
- at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: ru.crystals.softcheck.error.SoftCheckError: Сервис мягкого чека недоступен
- at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:44)
- at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
- at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
- at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
- at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:247)
- at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.getCheckInner(AbstractSoftCheckServiceImpl.java:398)
- ... 18 more
- 24.10 17:35:31 INFO [CheckContianerMessagerHelper] Show message: Сервис мягкого чека недоступен
- 24.10 17:35:31 INFO [CheckContianerMessagerHelper] Show message: Сервис мягкого чека недоступен
- 24.10 17:35:31 ERROR [TechProcessImpl] TP error: Сервис мягкого чека недоступен
- 24.10 17:35:33 INFO [DocumentSender] OD found 0 documents
- 24.10 17:35:33 INFO [TransferManager] OD found 0 documents to register
- 24.10 17:35:33 INFO [DocumentSender] OD found 0 transactions to register
- 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