On Mon, Jul 21, 2014 at 10:17:20PM -0700, Shrinand Javadekar wrote: > However, when I ran the tests, they fail with of the following error. > This happens while creating the BlobStore context. Any ideas what > might be wrong? > > The only change I did was to change the pom.xml entry from 1.7.3 to > 1.8.0-SNAPSHOT. > > Stacktrace: http://pastie.org/private/zxnu56q6kdeiut23g4xcq
Can you try upgrading your application to Guava 17, matching the jclouds dependency? It looks like you have overridden jclouds version with one earlier than 16, which does not include HashingInputStream. -- Andrew Gaul http://gaul.org/