Advertisement
fedorm

fedorm

Aug 30th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.12 KB | None | 0 0
  1. 30.08 14:35:08 INFO  [TechProcessImpl] eventControlKey: ControlKey [scanCode=10, command=kbdEnter]
  2. 30.08 14:35:08 INFO  [Scale] BarcodeScannerImpl - barcode = 1510003
  3. 30.08 14:35:08 INFO  [TechProcessImpl] eventBarcodeScanner 1510003
  4. 30.08 14:35:08 INFO  [CheckContainer] Barcode 1510003 has been received by visualisation
  5. 30.08 14:35:08 INFO  [TechProcessImpl] TP searchProduct 1510003
  6. 30.08 14:35:08 INFO  [CatalogService] getGoodsByBarCode barcode = 1510003
  7. 30.08 14:35:08 INFO  [CatalogService] get product by barcode '1510003' result: null
  8. 30.08 14:35:08 INFO  [SpeedLog] CatalogGoods: dataFinder.getProductByBarcode, barcode = 1510003 time = 2 ms
  9. 30.08 14:35:08 INFO  [SpeedLog] CatalogGoods#getGoodsByBarCode, barcode = 1510003 time = 2 ms
  10. 30.08 14:35:08 INFO  [CatalogService] Get product by item '1510003' result null
  11. 30.08 14:35:08 INFO  [SpeedLog] searchProduct time  time = 8 ms
  12. 30.08 14:35:08 TRACE [MLServiceImpl] entering isEnabled()
  13. 30.08 14:35:08 TRACE [MLServiceImpl] leaving isEnabled(). the result is: true
  14. 30.08 14:35:08 TRACE [MLServiceImpl] entering isMlCard(String, boolean). The argument are: "1510003"
  15. 30.08 14:35:08 TRACE [MLServiceImpl] leaving isMlCard(String, boolean). The result is: false
  16. 30.08 14:35:08 TRACE [CardPluginEmulator] entering getCardInfo(CardSearchRequest). The argument is: ru.crystals.pos.cards.service.PluginCardSearchRequest@19b4b58
  17. 30.08 14:35:08 TRACE [CardPluginEmulator] entering readProperties(IntegrationProperties, Logger)
  18. 30.08 14:35:08 TRACE [CardPluginEmulator] leaving readProperties(IntegrationProperties, Logger). The result is: CardPluginEmulatorProperties{getInfoUrl=http://127.0.0.1:10071/card-plugin-processing/emulator/get-card, writeOffUrl=http://127.0.0.1:10071/card-plugin-processing/emulator/write-off, rollbackUrl=http://127.0.0.1:10071/card-plugin-processing/emulator/rollback, connectionTimeout=1000, readTimeout=1000, cardNoPrefixes=[151, 152], cardNoLength=7}; it took 1 [ms]
  19. 30.08 14:35:09 ERROR [ConnectionEmulatorUtils] toString(XmlEmulatorException): the argument is null
  20. 30.08 14:35:10 ERROR [CardPluginEmulator] exception caught while trying to get card info!
  21. java.net.SocketTimeoutException: Read timed out
  22.     at java.net.SocketInputStream.socketRead0(Native Method)
  23.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  24.     at java.net.SocketInputStream.read(SocketInputStream.java:170)
  25.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  26.     at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
  27.     at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
  28.     at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
  29.     at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
  30.     at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
  31.     at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
  32.     at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
  33.     at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
  34.     at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
  35.     at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
  36.     at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
  37.     at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
  38.     at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
  39.     at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
  40.     at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
  41.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
  42.     at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
  43.     at ru.crystals.emulator.card.plugin.CardPluginEmulator.searchCard(CardPluginEmulator.java:176)
  44.     at ru.crystals.pos.cards.service.CardPluginMatcher.findCard(CardPluginMatcher.java:48)
  45.     at ru.crystals.pos.cards.service.CardPluginMatcher.getCard(CardPluginMatcher.java:40)
  46.     at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeEntity(CardsServiceImpl.java:506)
  47.     at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:798)
  48.     at ru.crystals.pos.techprocess.TechProcessSearch.lambda$getCardType$0(TechProcessSearch.java:402)
  49.     at ru.crystals.pos.techprocess.TechProcessSearch.tryGetCardTypeNotFromCardRange(TechProcessSearch.java:420)
  50.     at ru.crystals.pos.techprocess.TechProcessSearch.getCardType(TechProcessSearch.java:402)
  51.     at ru.crystals.pos.techprocess.TechProcessSearch.searchCard(TechProcessSearch.java:114)
  52.     at ru.crystals.pos.techprocess.TechProcessImpl.searchCard(TechProcessImpl.java:3986)
  53.     at ru.crystals.pos.visualization.search.SearchProductContainer.searchCouponAndDiscountCard(SearchProductContainer.java:273)
  54.     at ru.crystals.pos.visualization.search.SearchProductContainer.search(SearchProductContainer.java:472)
  55.     at ru.crystals.pos.visualization.check.CheckContainer.addPositionByBarcode(CheckContainer.java:2196)
  56.     at ru.crystals.pos.visualization.check.CheckContainer.barcode(CheckContainer.java:2111)
  57.     at ru.crystals.pos.visualization.check.CheckContainer.barcode(CheckContainer.java:2072)
  58.     at ru.crystals.pos.visualization.components.MainWindow.barcode(MainWindow.java:1147)
  59.     at ru.crystals.pos.visualization.Factory.eventBarcode(Factory.java:753)
  60.     at ru.crystals.pos.techprocess.TechProcessImpl.eventBarcodeScanner(TechProcessImpl.java:4076)
  61.     at ru.crystals.pos.CashEventSource.process(CashEventSource.java:308)
  62.     at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:120)
  63.     at ru.crystals.pos.CashEventSource.run(CashEventSource.java:101)
  64.     at ru.crystals.pos.InternalCashPoolExecutorImpl.lambda$submit$1(InternalCashPoolExecutorImpl.java:120)
  65.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  66.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  67.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  68.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  69.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  70.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  71.     at java.lang.Thread.run(Thread.java:745)
  72. 30.08 14:35:10 ERROR [CardPluginEmulator] leaving getCardInfo(CardSearchRequest). Seems, the processing is offline!
  73. 30.08 14:35:10 DEBUG [ExampleCardPlugin] entering getCardInfo(CardInfoSearchParams). The arguments are: request [ru.crystals.pos.cards.service.PluginCardSearchRequest@19b4b58]
  74. 30.08 14:35:10 DEBUG [ExampleCardPlugin] leaving getCardInfo(CardInfoSearchParams). The card [1510003] does not exist in the processing for sure
  75. 30.08 14:35:10 ERROR [CardsServiceImpl] CashCardsApplication failed: no local card found: 1510003
  76. 30.08 14:35:10 INFO  [TechProcessImpl] TP error
  77. 30.08 14:35:10 ERROR [TechProcessImpl] TP error: Товар не найден
  78. 30.08 14:35:10 INFO  [TransferManager] BarcodeNotFound
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement