Advertisement
fedorm

fedorm

Oct 24th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.80 KB | None | 0 0
  1. 24.10 11:36:08 INFO  [CommonLogger] Menu command: Поиск мягкого чека (class ru.crystals.pos.visualization.menu.commands.SearchSoftCheckCommand)
  2. 24.10 11:36:08 INFO  [CommonLogger] Time of loading ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController@1357539 controller = 8 ms
  3. 24.10 11:36:12 INFO  [DocumentSender] ping = true
  4. 24.10 11:36:13 INFO  [Scale] BarcodeScannerImpl - barcode = +79536652414
  5. 24.10 11:36:13 INFO  [WaitComponent] [WaitComponent] MainFrame enabled - false
  6. 24.10 11:36:13 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}
  7. 24.10 11:36:13 ERROR [SoftCheckService] Failed to obtain Soft Check by phones [79536652414, 89536652414, 9536652414] reason:
  8. org.springframework.web.client.HttpServerErrorException: 500 Illegal character in query at index 30: /not-matched?phone=79536652414|89536652414|9536652414&status=READY_TO_PAYMENT&prefixGuid=&lengthGuidNumber=3&shortView=TRUE
  9.     at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:94)
  10.     at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:49)
  11.     at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
  12.     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
  13.     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
  14.     at org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:273)
  15.     at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckByPhoneNumberInner(SoftCheckSetKitServiceImpl.java:108)
  16.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.searchCheckByPhoneNumbers(AbstractSoftCheckServiceImpl.java:272)
  17.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:131)
  18.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
  19.     at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
  20.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
  21.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  22.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  23.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  24.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  25.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  26.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  27.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  28.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  29.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  30.     at java.lang.Thread.run(Thread.java:745)
  31. 24.10 11:36:13 ERROR [SearchSoftCheckController] Soft check error: Сервис мягкого чека недоступен
  32. ru.crystals.pos.softcheck.exceptions.SoftCheckException: Сервис мягкого чека недоступен
  33.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.searchCheckByPhoneNumbers(AbstractSoftCheckServiceImpl.java:303)
  34.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckController.find(SearchSoftCheckController.java:131)
  35.     at ru.crystals.pos.visualization.configurator.controller.softcheck.SearchSoftCheckView$1.barcodeScanned(SearchSoftCheckView.java:55)
  36.     at ru.crystals.pos.visualization.input.AbstractInputPanel$1.barcodeScanned(AbstractInputPanel.java:98)
  37.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:300)
  38.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  39.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  40.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  41.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  42.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  43.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  44.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  45.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  46.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  47.     at java.lang.Thread.run(Thread.java:745)
  48. Caused by: org.springframework.web.client.HttpServerErrorException: 500 Illegal character in query at index 30: /not-matched?phone=79536652414|89536652414|9536652414&status=READY_TO_PAYMENT&prefixGuid=&lengthGuidNumber=3&shortView=TRUE
  49.     at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:94)
  50.     at ru.crystals.softcheck.error.SoftCheckErrorHandler.handleError(SoftCheckErrorHandler.java:49)
  51.     at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:616)
  52.     at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:572)
  53.     at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:540)
  54.     at org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:273)
  55.     at ru.crystals.pos.softcheck.setkit.SoftCheckSetKitServiceImpl.getCheckByPhoneNumberInner(SoftCheckSetKitServiceImpl.java:108)
  56.     at ru.crystals.pos.softcheck.AbstractSoftCheckServiceImpl.searchCheckByPhoneNumbers(AbstractSoftCheckServiceImpl.java:272)
  57.     ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement