Skip to content

Instantly share code, notes, and snippets.

@pbogunovich
Created February 22, 2013 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbogunovich/5014508 to your computer and use it in GitHub Desktop.
Save pbogunovich/5014508 to your computer and use it in GitHub Desktop.
[2013-02-22 16:11:11,187] ERROR [inventory_update_thread-1] (InventorySweepJob.java:142) : SOMETHING WEIRD IS GOIN ON!!!
java.lang.AbstractMethodError: com.rightaction.couchbase.store.constraint.CouchbaseConstraintStoreAsync.getTotalBudget(Ljava/lang/String;)Ljava/lang/Long;
at com.rightaction.constraint.budgeting.BudgetingService.needsTotalBudgetAlertSent(BudgetingService.java:138)
at com.rightaction.constraint.budgeting.BudgetingService.sendTotalBudgetAlertIfNeeded(BudgetingService.java:83)
at com.rightaction.constraint.job.inventory.InventorySweepJob.process(InventorySweepJob.java:125)
at com.rightaction.constraint.job.inventory.InventoryUpdateJob.attemptRelayAndSweep(InventoryUpdateJob.java:120)
at com.rightaction.constraint.job.inventory.InventoryUpdateJob.run(InventoryUpdateJob.java:73)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment