Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 08.12 15:11:45 ERROR [InternalCashPoolExecutor] UncaughtException
- java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: ru/crystals/loyal/check/PositionProductionDate
- at ru.crystals.pos.loyal.cash.converter.LoyalCalculatorConverter.convertPosition(LoyalCalculatorConverter.java:205)
- at ru.crystals.pos.loyal.cash.converter.LoyalCalculatorConverter.convertPurchase(LoyalCalculatorConverter.java:363)
- at ru.crystals.pos.loyal.cash.converter.LoyalCalculatorConverter.convertPurchase(LoyalCalculatorConverter.java:316)
- at ru.crystals.pos.loyal.cash.converter.LoyalCalculatorConverter.convertPurchase(LoyalCalculatorConverter.java:259)
- at ru.crystals.loyal.providers.LoyProvidersRegistryImpl.process(LoyProvidersRegistryImpl.java:92)
- at ru.crystals.pos.loyal.cash.service.LoyalServiceImpl.doDiscount(LoyalServiceImpl.java:602)
- at ru.crystals.pos.loyal.bridge.service.LoyalBridgeServiceImpl.doDiscount(LoyalBridgeServiceImpl.java:310)
- at ru.crystals.pos.techprocess.TechProcessImpl.applyDiscountsAndGetResult(TechProcessImpl.java:3246)
- at ru.crystals.pos.techprocess.TechProcessImpl.subtotalScenary(TechProcessImpl.java:2931)
- at ru.crystals.lenta.techprocess.LentaTechProcessImpl.subtotalScenary(LentaTechProcessImpl.java:95)
- at ru.crystals.pos.visualization.check.CheckContainer.startSubtotalScenary(CheckContainer.java:1600)
- at ru.crystals.pos.visualization.check.CheckContainer.subtotalProcessPurchaseState(CheckContainer.java:1483)
- at ru.crystals.pos.visualization.check.CheckContainer.subtotal(CheckContainer.java:1402)
- at ru.crystals.pos.visualization.components.MainWindow.subTotal(MainWindow.java:850)
- at ru.crystals.pos.visualization.Factory.eventFunctionKey(Factory.java:538)
- at ru.crystals.pos.techprocess.TechProcessImpl.eventFunctionKey(TechProcessImpl.java:3865)
- at ru.crystals.pos.CashEventSource.sentOldKey(CashEventSource.java:172)
- at ru.crystals.pos.CashEventSource.process(CashEventSource.java:145)
- at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:125)
- at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
- at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
- 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: java.lang.NoClassDefFoundError: ru/crystals/loyal/check/PositionProductionDate
- ... 28 more
- Caused by: java.lang.ClassNotFoundException: ru.crystals.loyal.check.PositionProductionDate
- at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement