Skip to content

Instantly share code, notes, and snippets.

@jdcasey
Created February 27, 2019 20:53
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 jdcasey/5ae719637e3be5a44ea54c0f28f45f3b to your computer and use it in GitHub Desktop.
Save jdcasey/5ae719637e3be5a44ea54c0f28f45f3b to your computer and use it in GitHub Desktop.
2019-02-27 20:50:49.826 [ERROR] [main] o.i.i.i.InvocationContextInterceptor - ISPN000136: Error executing command PutKeyValueCommand, writing keys [TrackingKey [build-13281]]
org.infinispan.persistence.spi.StoreUnavailableException: Store org.infinispan.persistence.file.SingleFileStore@2567c091 is unavailable
at org.infinispan.persistence.manager.PersistenceManagerImpl.pollStoreAvailability(PersistenceManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: org.infinispan.util.logging.TraceException: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment