IllegalStateException: Shutting Down

Hi,

there might be some race condition/unwanted state change in your code. This exception usually means you called shutdown() on the client object and then we don’t allow more IO against it.

Are you reusing the CouchbaseClient() object and not creating/destroying it all the time?