Advertisement
fedorm

Untitled

Nov 24th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. 24.11 00:50:29 ERROR [ServiceImpl] Error obtaining present card information:
  2. ru.crystals.httpclient.ServerConnectorException: Could not create connect to server on call: Obj - java:app/SET-Cards-PresentCards/SET/Cards/PresentCards/ProcessingManager!ru.crystals.cards.presentcards.IPresentCardsProcessingManagerRemote meth - getPresentCardInformation
  3. at ru.crystals.httpclient.ServerConnector.initConnect(ServerConnector.java:452)
  4. at ru.crystals.httpclient.ServerConnector.requestServlet(ServerConnector.java:185)
  5. at ru.crystals.httpclient.ServerConnector.requestRPC(ServerConnector.java:142)
  6. at ru.crystals.cards.presentcards.IPresentCardsProcessingManagerRemote_StubEEE705B.getPresentCardInformation(IPresentCardsProcessingManagerRemote_StubEEE705B.java)
  7. at ru.crystals.pos.cards.presentcards.ServiceImpl.getCardData(ServiceImpl.java:167)
  8. at ru.crystals.pos.cards.presentcards.PresentCardsImplProxy.getCardData(PresentCardsImplProxy.java:26)
  9. at ru.crystals.pos.visualization.products.giftcard.showgiftcardinfo.controller.GiftCardInfoController.enterGiftCardNumber(GiftCardInfoController.java:35)
  10. at ru.crystals.pos.visualization.products.giftcard.showgiftcardinfo.view.GiftCardInfoView$2.enter(GiftCardInfoView.java:44)
  11. at ru.crystals.pos.visualization.products.giftcard.showgiftcardinfo.view.GiftCardInfoView$2.enter(GiftCardInfoView.java:40)
  12. at ru.crystals.pos.visualization.products.giftcard.showgiftcardinfo.view.CardNumberEnterForm$2.enter(CardNumberEnterForm.java:41)
  13. at ru.crystals.pos.visualization.products.giftcard.showgiftcardinfo.view.CardNumberEnterForm$2.enter(CardNumberEnterForm.java:37)
  14. at ru.crystals.pos.visualization.commonplugin.view.panel.CommonInputPanel.enterEvent(CommonInputPanel.java:161)
  15. at ru.crystals.pos.visualization.commonplugin.view.panel.CommonInputPanel.keyPressedNew(CommonInputPanel.java:144)
  16. at ru.crystals.pos.visualization.commonplugin.view.panel.CommonCardNumberInputPanel.keyPressedNew(CommonCardNumberInputPanel.java:29)
  17. at ru.crystals.pos.visualization.XListenerAdapter.keyPressedNew(XListenerAdapter.java:153)
  18. at ru.crystals.pos.CashEventSource.sendNewKey(CashEventSource.java:156)
  19. at ru.crystals.pos.CashEventSource.process(CashEventSource.java:144)
  20. at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:125)
  21. at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
  22. at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
  23. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  24. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  25. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  26. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  27. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  28. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  29. at java.lang.Thread.run(Thread.java:745)
  30. Caused by: java.net.MalformedURLException: no protocol: null/SetXRMI/TransportServlet
  31. at java.net.URL.<init>(URL.java:593)
  32. at java.net.URL.<init>(URL.java:490)
  33. at java.net.URL.<init>(URL.java:439)
  34. at ru.crystals.httpclient.ServerConnector.getHttpConnection(ServerConnector.java:338)
  35. at ru.crystals.httpclient.ServerConnector.initConnect(ServerConnector.java:382)
  36. ... 26 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement