Re: RejectedExecutionException? I don't think I was using anything concurrent?

2015-07-17 Thread sugarsteviahoney
Okay, this error seems to be triggered by a NullPointerException which seems to arise when I try to fetch a non-existent document out of Redis. I am a bit of a noob, so perhaps someone can explain how this works. I'm not aware of using any of Clojure's concurrency tools in this (very simple) a

RejectedExecutionException? I don't think I was using anything concurrent?

2015-07-17 Thread sugarsteviahoney
My app starts up, runs for a few minutes, and then: # This is a very simple app, and I am not aware of using any concurrency. I am not using Futures or Promises or pmap or anything else I can think of. My first hunch would be this comes from some library I am using, but I am not sure what. I