NoAvailableHostsException

Continuing the discussion from Philips Hue bulbs no longer working and getting NoAvailableHostsException

This is in no way related to Philips Hue, but I got this very same exception in another app. Does anyone know what it is?

12:20:46 PM PDT: error physicalgraph.exception.UncheckedException:
com.netflix.astyanax.connectionpool.exceptions.NoAvailableHostsException:
NoAvailableHostsException: [host=None(0.0.0.0):0, latency=0(0), attempts=0]
No hosts to borrow from @ line 94

I love how the error comes from “com.netflix”… I guess it is a Cassandra database error or CDN problem?

I think it can happen with a bad query or overloaded servers…?

Yep, that’s it: GitHub - Netflix/astyanax: Cassandra Java Client
Looks like despite switching to Cassandra they’re still having database issues. :frowning:

1 Like