Re: Thread being killed

2014-12-05 Thread Peter Halliday
My alarm has nothing to do with the word SEVERE, it’s more due to the fact that my thread dies. I’m just using the blobstore clojure api, I’m not familiar with the async vs sync denotation in coordination with that API. PETER HALLIDAY OpsCenter | Sr Software Enginee

Re: Thread being killed

2014-12-05 Thread Andrew Gaul
[Moving from the dev to the user mailing list.] The SEVERE log message is not as alarming as you might suspect; JDK logger maps error level logs to severe level. It appears that you are using the deprecated async jclouds interface instead of the sync interface; are you consuming the error respons